Skip to content

Commit 246a482

Browse files
committed
add return to io.run()
1 parent 51d3096 commit 246a482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AdafruitIO.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ aio_status_t AdafruitIO::run(uint16_t busywait_ms)
189189
_mqtt->ping();
190190
_last_ping = millis();
191191
}
192+
return _status;
192193
}
193194

194195
aio_status_t AdafruitIO::status()

0 commit comments

Comments
 (0)