mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-04 23:55:18 -04:00
Added firmware update indication to display
This commit is contained in:
parent
b36e5dd057
commit
819b9a9af5
6 changed files with 71 additions and 12 deletions
2
Config.h
2
Config.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue