Read the statement by Michael Teeuw here.
Factory Reset button
-
@kpl4184
You can add
dtoverlay=gpio-shutdown,gpio_pin=3, active_low=1,gpio_pull=up
in the /boot/config.txt
Connect a pushbutton with gpio 3 and GND
…one push will shutdown the RPI, a second will restart it.
…and use it on your own risk:-) -
OK, thanks. I’ll give it a go. Stay tuned.
-
Or you can just unplug it and plug it back in again :-D :detective:
-
@kpl4184 …or use the app Raspcontroller to manage your PI.
-
@kpl4184 if you make backups of the two key files, recovery is easy
config.js and custom.css
never edit any files in the module folders
-
Hi, I have a small module which restart the mirror with a short press or shutdown the RPi with a long press.
I use this module on my own mirror.The code could be found here : https://github.com/thierry7100/Reset_Py