mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add option for rendering booleans on Dashboard #456
This commit is contained in:
@@ -35,6 +35,7 @@ class DummySettings {
|
||||
bool notoken_api = false;
|
||||
bool readonly_mode = false;
|
||||
uint8_t bool_format = 1; // using "on" and "off"
|
||||
uint8_t bool_dashboard = 1;
|
||||
uint8_t enum_format = 1;
|
||||
bool nosleep = false;
|
||||
bool fahrenheit = false;
|
||||
|
||||
Reference in New Issue
Block a user