CommentStreams:Ae2d3b1ab5b6a5dea5ac3adeb0be1352
The instrutions say to add "@reboot python3 /home/pi/x728bat_v1.3.py" to crontab -e. But I am testing this line "python3 /home/pi/x728bat_v1.3.py" to see if it will work but it won't work in command line.
I can get this line to work "sudo python /home/pi/x728/x728bat_v1.3.py" in command prompt. So I am entering this in the crontab instead. will this be adequate.
I tried "sudo python3 /home/pi/x728/x728bat_v1.3.py" but got syntax error. All other instructions use python instead of python3.