pimoroni / clean-shutdown

Python daemon to watch a GPIO pin and trigger a clean shutdown.
MIT License
125 stars 40 forks source link

Fix for configuration issues introduced in #6 #22

Closed Gadgetoid closed 5 years ago

Gadgetoid commented 5 years ago

This updates the setup.sh script to support commented-out lines and documents the default pins used for various supported add-ons in the cleanshutd.conf to, hopefully, avoid any future confusion.

Fixes #21