mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-04 23:45:32 -04:00
Initial T-Echo support
This commit is contained in:
parent
13266c96db
commit
2d2d90847a
10 changed files with 261 additions and 54 deletions
1
Config.h
1
Config.h
|
@ -207,6 +207,7 @@
|
|||
uint8_t battery_state = 0x00;
|
||||
uint8_t display_intensity = 0xFF;
|
||||
uint8_t display_addr = 0xFF;
|
||||
volatile bool display_updating = false;
|
||||
bool display_blanking_enabled = false;
|
||||
bool display_diagnostics = true;
|
||||
bool device_init_done = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue