Skip to content

Commit 9166de0

Browse files
added new error code
1 parent d70c0c1 commit 9166de0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Arduino_Portenta_OTA.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class Arduino_Portenta_OTA
8686
OtaHeaterMagicNumber = -7,
8787
CaStorageInit = -8,
8888
CaStorageOpen = -9,
89+
OtaDownload = -12,
8990
};
9091

9192
Arduino_Portenta_OTA(StorageTypePortenta const storage_type, uint32_t const data_offset);

0 commit comments

Comments
 (0)