Revert "Reset"

This reverts commit 378fa6b401.
This commit is contained in:
Kieran Cawthray
2021-05-18 17:45:16 +02:00
parent a4968b5029
commit 6a92529272
45 changed files with 865 additions and 101 deletions

View File

@@ -26,9 +26,9 @@ namespace Pinetime {
lv_chart_series_t* ser1;
lv_chart_series_t* ser2;
lv_chart_series_t* ser3;
lv_obj_t* label;
lv_obj_t* labelStep;
lv_obj_t* labelStepValue;
static constexpr uint8_t nbStepsBufferSize = 9;
char nbStepsBuffer[nbStepsBufferSize + 1];
bool running = true;