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 40ea7d5 commit b0fc197Copy full SHA for b0fc197
src/utility/ota/OTA-samd.cpp
@@ -28,6 +28,7 @@
28
#include "../watchdog/Watchdog.h"
29
30
#if OTA_STORAGE_SNU
31
+# include <SNU.h>
32
# include <WiFiNINA.h> /* WiFiStorage */
33
#endif
34
src/utility/ota/OTA.h
@@ -24,10 +24,6 @@
24
25
#include <AIoTC_Config.h>
26
27
-#if OTA_STORAGE_SNU && !defined(ARDUINO_AVR_UNO_WIFI_REV2)
- #include <SNU.h>
-#endif /* OTA_STORAGE_SNU */
-
#if OTA_STORAGE_SSU
#include <SSU.h>
#endif /* OTA_STORAGE_SSU */
0 commit comments