Skip to content

Commit 52ded2f

Browse files
committed
poll tighter
1 parent 156a713 commit 52ded2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/register/Wippersnapper_Register.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void Wippersnapper::pollRegistrationResp() {
8080
while (WS._boardStatus != WS_BOARD_DEF_OK) {
8181
WS_DEBUG_PRINT("Polling for registration message response...");
8282
WS_DEBUG_PRINTLN(WS._boardStatus);
83-
WS._mqtt->processPackets(10); // poll
83+
WS._mqtt->processPackets(5); // poll
8484
// WS._mqtt->ping(); // keepalive
8585
}
8686
}

0 commit comments

Comments
 (0)