summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/FirmwareUpdate.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-05-12 22:25:52 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-05-12 22:25:52 (GMT)
commit0315ea7b8f51ccd480dc56da4ec114a1b9008e3c (patch)
tree81a3e79e6d1bfb8644b3d1e7fea893ebd89f81bb /src/displayapp/screens/FirmwareUpdate.h
parent3941af20f5814ecd8e3d992cc4dd8b97baa4ae19 (diff)
rm chance for dynamic allocation during firmware update
Diffstat (limited to 'src/displayapp/screens/FirmwareUpdate.h')
-rw-r--r--src/displayapp/screens/FirmwareUpdate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/FirmwareUpdate.h b/src/displayapp/screens/FirmwareUpdate.h
index 5156b7e..a61178c 100644
--- a/src/displayapp/screens/FirmwareUpdate.h
+++ b/src/displayapp/screens/FirmwareUpdate.h
@@ -24,6 +24,7 @@ namespace Pinetime {
lv_obj_t* bar1;
lv_obj_t* percentLabel;
lv_obj_t* titleLabel;
+ mutable char percentStr[10];
States state = States::Idle;