mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 08:46:34 +00:00
usermod/SN_Photoresistor: Fix invalid initializer
This commit is contained in:
parent
fab80f4e4e
commit
62d3e155bd
@ -46,7 +46,7 @@ private:
|
|||||||
// allows this library to report to the user how long until the first
|
// allows this library to report to the user how long until the first
|
||||||
// measurement
|
// measurement
|
||||||
bool getLuminanceComplete = false;
|
bool getLuminanceComplete = false;
|
||||||
uint16_t lastLDRValue = -1000;
|
uint16_t lastLDRValue = 65535;
|
||||||
|
|
||||||
// flag set at startup
|
// flag set at startup
|
||||||
bool disabled = false;
|
bool disabled = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user