File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ int portenta_h7_onOTARequest(char const * ota_url)
61
61
watchdog_reset ();
62
62
63
63
/* Download the OTA file from the web storage location. */
64
+ DEBUG_VERBOSE (" Arduino_Portenta_OTA_QSPI::download(%s) started" , ota_url);
64
65
int const ota_portenta_qspi_download_ret_code = ota_portenta_qspi.download (ota_url, true /* is_https */ );
65
66
DEBUG_VERBOSE (" Arduino_Portenta_OTA_QSPI::download(%s) returns %d" , ota_url, ota_portenta_qspi_download_ret_code);
66
67
@@ -83,6 +84,8 @@ int portenta_h7_onOTARequest(char const * ota_url)
83
84
return static_cast <int >(ota_portenta_err);
84
85
}
85
86
87
+ DEBUG_VERBOSE (" Arduino_Portenta_OTA_QSPI::reboot() performing reset to reboot" );
88
+
86
89
/* Perform the reset to reboot - then the bootloader performs the actual application update. */
87
90
NVIC_SystemReset ();
88
91
}
You can’t perform that action at this time.
0 commit comments