We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7075426 commit c7945c6Copy full SHA for c7945c6
src/ArduinoIoTCloudTCP.h
@@ -85,6 +85,7 @@ class ArduinoIoTCloudTCP: public ArduinoIoTCloudClass
85
#if OTA_ENABLED
86
/* The callback is triggered when the OTA is initiated and it gets executed until _ota_req flag is cleared.
87
* It should return true when the OTA can be applied or false otherwise.
88
+ * See example ArduinoIoTCloud-DeferredOTA.ino
89
*/
90
void onOTARequestCb(otaConfirmationStatus cb) {
91
_get_ota_confirmation = cb;
0 commit comments