Skip to content

Commit 8ea7060

Browse files
committed
Add example information
1 parent 00f61ba commit 8ea7060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/ArduinoIoTCloudTCP.h

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
8585
#if OTA_ENABLED
8686
/* The callback is triggered when the OTA is initiated and it gets executed until _ota_req flag is cleared.
8787
* It should return true when the OTA can be applied or false otherwise.
88+
* See example ArduinoIoTCloud-DeferredOTA.ino
8889
*/
8990
void onOTARequestCb(otaConfirmationStatus cb) {
9091
_get_ota_confirmation = cb;

0 commit comments

Comments
 (0)