Use constant CALL_MODE_INIT

pull/4568/head
Blaž Kristan 2025-01-27 21:27:01 +01:00
rodzic 9bfd34e6b2
commit d6453bb53d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -151,7 +151,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;