Skip to content

Commit e1a5233

Browse files
committed
Revert "add comment"
This reverts commit c99b234.
1 parent abd05e1 commit e1a5233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AdafruitIO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ aio_status_t AdafruitIO::mqttStatus()
250250
if(_mqtt->connected())
251251
return AIO_CONNECTED;
252252

253-
// Unless it's the first time, don't try to connect more often than the throttle interval
253+
// don't try to connect more often than the throttle interval
254254
if(lastTried != 0 && millis() < (lastTried + AIO_THROTTLE_RECONNECT_INTERVAL))
255255
return AIO_DISCONNECTED;
256256

0 commit comments

Comments
 (0)