Jean-François Milants
|
7f9cc51b05
|
Initialize SystemTask, DisplayApp and HeartRateTask as global static 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.
|
2021-06-06 15:56:03 +02:00 |
|
Avamander
|
40d45d923b
|
Reformatted all the files according to clang-format style
|
2021-04-24 11:39:53 +03:00 |
|
Jean-François Milants
|
1d7576de64
|
Reset the step count every day at midnight.
|
2021-04-04 15:56:40 +02:00 |
|
Joaquim
|
8c53d0b70b
|
Multi face support, analog clock, 12/24 config
|
2021-02-24 19:40:24 +00:00 |
|
Avamander
|
6c86d1d9d7
|
Fixed all the includes that were broken due to the renames
|
2020-10-02 22:16:48 +03:00 |
|