pidesktop icon indicating copy to clipboard operation
pidesktop copied to clipboard

Unneeded code?

Open jernst opened this issue 7 years ago • 1 comments

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?

jernst avatar Jun 11 '18 17:06 jernst

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.

hoopsurfer avatar Jun 16 '18 07:06 hoopsurfer