We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f976d3e commit 5ab7d89Copy full SHA for 5ab7d89
src/utility/ota/OTA-samd.cpp
@@ -62,6 +62,7 @@ int samd_onOTARequest(char const * ota_url)
62
#endif /* OTA_STORAGE_SNU */
63
64
(void)ota_url;
65
+ return static_cast<int>(OTAError::DownloadFailed);
66
}
67
68
#endif /* ARDUINO_ARCH_SAMD */
0 commit comments