aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable malloc error and stack overflow error detection in FreeRTOS. Count ↵Jean-François Milants2023-05-181-1/+4
| | | | them and display them in the SystemInfo app.
* Include cleanup: componentsokaestne2020-11-161-0/+1
|
* Do not compile GFX and older fonts anymore.JF2020-02-231-0/+7
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.