We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e98261 commit 23bb33cCopy full SHA for 23bb33c
src/NetManager.cpp
@@ -1191,6 +1191,7 @@ void NetManager::checkConnection() {
1191
NetManager::sendStatus();
1192
}
1193
#elif TARGET_GLOWWORMLUCIFERINLIGHT
1194
+ currentMillisCheckConn = millis();
1195
if (currentMillisCheckConn - prevMillisCheckConn2 > 15000) {
1196
prevMillisCheckConn2 = currentMillisCheckConn;
1197
// No updates since 15 seconds, turn off LEDs
0 commit comments