summaryrefslogtreecommitdiff
path: root/src/SystemTask/SystemTask.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-03-02Re-Enable BLEJF1-1/+1
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 ↵JF1-1/+7
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.JF1-0/+115
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.