You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('The program in Raspberry Pi has been installed, disconnected and restarted. \nYou can now power off the Raspberry Pi to install the camera and driver board (Robot HAT). \nAfter turning on again, the Raspberry Pi will automatically run the program to set the servos port signal to turn the servos to the middle position, which is convenient for mechanical assembly.')
print('restarting...')
os.system("sudo reboot")
The text was updated successfully, but these errors were encountered:
Instead of rebooting and telling the user the Pi can be powered off, a
os.system("sudo shutdown now")
should be done
Adeept_RaspTank/setup.py
Lines 146 to 148 in f4a9dab
The text was updated successfully, but these errors were encountered: