mirror of
https://github.com/wled/WLED.git
synced 2025-04-19 20:37:23 +00:00
Backwards compatible default value
This commit is contained in:
parent
b4a9641c31
commit
9709ca331e
@ -17,7 +17,7 @@ private:
|
||||
bool umSSDRDisplayTime = false;
|
||||
bool umSSDRInverted = false;
|
||||
bool umSSDRColonblink = true;
|
||||
bool umSSDRLeadingZero = true;
|
||||
bool umSSDRLeadingZero = false;
|
||||
bool umSSDREnableLDR = false;
|
||||
String umSSDRHours = "";
|
||||
String umSSDRMinutes = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user