summaryrefslogtreecommitdiff
path: root/src/SystemTask
AgeCommit message (Collapse)AuthorFilesLines
2020-02-26Add new Screens (gauge, meter,...)JF1-1/+1
2020-02-23Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF2-1/+9
than 7s.
2020-02-23Re-enable BLE, BLE status on display and battery level on display.JF1-2/+4
2020-02-23Do not compile GFX and older fonts anymore.JF2-0/+175
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.