aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask/Messages.h
Commit message (Collapse)AuthorAgeFilesLines
* Make battery reading periodic. Add events. Disable pullupRiku Isokoski2021-08-141-1/+3
|
* Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants2021-06-061-0/+26
variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.