mirror of
https://github.com/wled/WLED.git
synced 2025-07-24 03:06:36 +00:00
Use constant CALL_MODE_INIT
This commit is contained in:
parent
a38d6075c7
commit
bbc9b9c173
@ -157,7 +157,7 @@ void updateInterfaces(uint8_t callMode)
|
||||
|
||||
sendDataWs();
|
||||
lastInterfaceUpdate = millis();
|
||||
interfaceUpdateCallMode = 0; //disable further updates
|
||||
interfaceUpdateCallMode = CALL_MODE_INIT; //disable further updates
|
||||
|
||||
if (callMode == CALL_MODE_WS_SEND) return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user