mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-23 19:26:38 +00:00
Code cleanup
This commit is contained in:
parent
28bf02642d
commit
a43787c3f9
@ -57,8 +57,8 @@ gui_conf_t gui_settings = {.show_pointer = false,
|
|||||||
.invert_display = INVERT_COLORS,
|
.invert_display = INVERT_COLORS,
|
||||||
.cal_data = {0, 65535, 0, 65535, 0}};
|
.cal_data = {0, 65535, 0, 65535, 0}};
|
||||||
|
|
||||||
static int8_t guiDimLevel = 100;
|
// static int8_t guiDimLevel = 100;
|
||||||
bool guiBacklightIsOn;
|
// bool guiBacklightIsOn;
|
||||||
|
|
||||||
// #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266)
|
// #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266)
|
||||||
// static Ticker tick; /* timer for interrupt handler */
|
// static Ticker tick; /* timer for interrupt handler */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user