mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-07 17:15:02 -04:00
Added ability to set custom display address
This commit is contained in:
parent
948798cd3e
commit
2536c26f50
6 changed files with 37 additions and 3 deletions
1
Config.h
1
Config.h
|
@ -408,6 +408,7 @@
|
|||
float battery_percent = 0.0;
|
||||
uint8_t battery_state = 0x00;
|
||||
uint8_t display_intensity = 0xFF;
|
||||
uint8_t display_addr = 0xFF;
|
||||
bool display_diagnostics = true;
|
||||
bool device_init_done = false;
|
||||
bool eeprom_ok = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue