Added firmware update indication to display

This commit is contained in:
Mark Qvist 2022-11-03 00:58:45 +01:00
parent b36e5dd057
commit 819b9a9af5
6 changed files with 71 additions and 12 deletions

View file

@ -303,6 +303,8 @@
uint8_t battery_state = 0x00;
uint8_t display_intensity = 0xFF;
bool device_init_done = false;
bool eeprom_ok = false;
bool firmware_update_mode = false;
// Boot flags
#define START_FROM_BOOTLOADER 0x01