Skip to content

Commit 23bb33c

Browse files
committed
fix led does not turn off on light firmware
1 parent 0e98261 commit 23bb33c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NetManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,7 @@ void NetManager::checkConnection() {
11911191
NetManager::sendStatus();
11921192
}
11931193
#elif TARGET_GLOWWORMLUCIFERINLIGHT
1194+
currentMillisCheckConn = millis();
11941195
if (currentMillisCheckConn - prevMillisCheckConn2 > 15000) {
11951196
prevMillisCheckConn2 = currentMillisCheckConn;
11961197
// No updates since 15 seconds, turn off LEDs

0 commit comments

Comments
 (0)