summaryrefslogtreecommitdiff
path: root/src/SystemTask/SystemTask.cpp
AgeCommit message (Collapse)Author
2020-02-26Add new Screens (gauge, meter,...)JF
2020-02-23Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF
than 7s.
2020-02-23Re-enable BLE, BLE status on display and battery level on display.JF
2020-02-23Do not compile GFX and older fonts anymore.JF
Refactor SystemTask in its own class. Refactor Screen to be able to close current screen and open a new one. Re-enable sleep/wake up and propagate button event to Screens.