6682216430
Adjust configs so buttons work again, disable debugging, tweak spi clock rate for sd card
sd card setup for config storage
SD Card Setup for wiring diagrams
e8a53866b1
Add indicator that the board is initializing in case something goes wrong with the init sequence -- most likely due to a bad sd card formatting / missing sd card
Reboot notification breaks fim output
The unattended-upgrade
package calls the shutdown
command without the --no-wall
option which means no matter what users will get a wall
which craps up fim.
The only way to work around this is to patch the unattended-upgrade
command or somehow make it so shutdown
never calls wall.
Neither is a good option so we're marking this as wontfix
because there is really nothing we can do.
The good news is after a reboot things go back to normal.
Reboot notification breaks fim output