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 156a713 commit 52ded2fCopy full SHA for 52ded2f
src/components/register/Wippersnapper_Register.cpp
@@ -80,7 +80,7 @@ void Wippersnapper::pollRegistrationResp() {
80
while (WS._boardStatus != WS_BOARD_DEF_OK) {
81
WS_DEBUG_PRINT("Polling for registration message response...");
82
WS_DEBUG_PRINTLN(WS._boardStatus);
83
- WS._mqtt->processPackets(10); // poll
+ WS._mqtt->processPackets(5); // poll
84
// WS._mqtt->ping(); // keepalive
85
}
86
0 commit comments