hoopsurfer / pidesktop

Collected files, drivers and documentation for the pidesktop case
MIT License
27 stars 19 forks source link

Unneeded code? #19

Open jernst opened 6 years ago

jernst commented 6 years ago

pd-reboot.py seems, at some point, have been doing this:

GPIO.output(31,GPIO.HIGH)

but that's now commented out and all the rest is just print statements. Which means the entire pidesktop-reboot.service may not be needed any more?

hoopsurfer commented 6 years ago

true, actually that moved to the gpio command added to /boot/config.txt which works so much better in my testing.

I left the reboot service because it provides a useful hook, some messages in the log and hoping I could get at the firmware soon and make it more useful, so far that hasn't happened.