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 abd05e1 commit e1a5233Copy full SHA for e1a5233
src/AdafruitIO.cpp
@@ -250,7 +250,7 @@ aio_status_t AdafruitIO::mqttStatus()
250
if(_mqtt->connected())
251
return AIO_CONNECTED;
252
253
- // Unless it's the first time, don't try to connect more often than the throttle interval
+ // don't try to connect more often than the throttle interval
254
if(lastTried != 0 && millis() < (lastTried + AIO_THROTTLE_RECONNECT_INTERVAL))
255
return AIO_DISCONNECTED;
256
0 commit comments