summaryrefslogtreecommitdiff
path: root/src/SystemTask/SystemTask.h
AgeCommit message (Collapse)AuthorFilesLines
2020-02-23Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF1-0/+2
than 7s.
2020-02-23Do not compile GFX and older fonts anymore.JF1-0/+60
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.