adeept / Adeept_RaspTank

Example programs for Adeept RaspTank
MIT License
93 stars 92 forks source link

shutdown instead of reboot #22

Open queeek opened 3 years ago

queeek commented 3 years ago

Instead of rebooting and telling the user the Pi can be powered off, a os.system("sudo shutdown now") should be done

https://github.com/adeept/Adeept_RaspTank/blob/f4a9dab2d65206cc856a4dcdd2033425fb3de9b5/setup.py#L146-L148

rasptank commented 3 years ago

It is the code for do shut down? Not rebooting ?

queeek commented 3 years ago

yes with os.system("sudo shutdown now") you shutdown the Pi.