mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
_backlight_pin defaults to undefined
This commit is contained in:
parent
7d7585c04c
commit
529424a622
@ -108,7 +108,7 @@ Esp32Device::Esp32Device()
|
|||||||
_backlight_invert = (TFT_BACKLIGHT_ON == LOW);
|
_backlight_invert = (TFT_BACKLIGHT_ON == LOW);
|
||||||
_backlight_power = 1;
|
_backlight_power = 1;
|
||||||
_backlight_level = 255;
|
_backlight_level = 255;
|
||||||
_backlight_pin = TFT_BCKL;
|
_backlight_pin = 255; // not TFT_BCKL because it is unkown at this stage
|
||||||
|
|
||||||
/* fill unique identifier with wifi mac */
|
/* fill unique identifier with wifi mac */
|
||||||
byte mac[6];
|
byte mac[6];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user