Skip to content

Commit 7bc91ee

Browse files
committed
Adding comment on who's the intended user of the download/decompress APIs - that is ArduinoIoTCloud.
1 parent 038be7c commit 7bc91ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Arduino_Portenta_OTA.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ class Arduino_Portenta_OTA
9292
Error update();
9393
void reset();
9494

95+
/* This functionality is intended for usage with the Arduino IoT Cloud for
96+
* performing OTA firmware updates using the Arduino IoT Cloud servers.
97+
*/
9598
int download(const char * url);
9699
int decompress();
97100

0 commit comments

Comments
 (0)