aboutsummaryrefslogtreecommitdiffstats
path: root/src/SystemTask/SystemTask.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF2020-02-231-1/+7
| | | | than 7s.
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-2/+4
|
* Do not compile GFX and older fonts anymore.JF2020-02-231-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.