We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d3096 commit 246a482Copy full SHA for 246a482
1 file changed
src/AdafruitIO.cpp
@@ -189,6 +189,7 @@ aio_status_t AdafruitIO::run(uint16_t busywait_ms)
189
_mqtt->ping();
190
_last_ping = millis();
191
}
192
+ return _status;
193
194
195
aio_status_t AdafruitIO::status()
0 commit comments