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 5c60bf7 commit a3d606dCopy full SHA for a3d606d
src/components/register/Wippersnapper_Register.cpp
@@ -80,8 +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(5); // poll
84
- // WS._mqtt->ping(); // keepalive
+ WS._mqtt->processPackets(20); // long-poll
85
}
86
87
0 commit comments