We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d2886 commit eb6311cCopy full SHA for eb6311c
src/AIoTC_Config.h
@@ -65,7 +65,7 @@
65
#endif
66
67
#ifdef ARDUINO_SAMD_MKRGSM1400
68
- #define OTA_STORAGE_SSU (1)
+ #define OTA_STORAGE_SSU (1) // OTA_STORAGE_SSU is not implemented yet in OTASamd
69
#else
70
#define OTA_STORAGE_SSU (0)
71
@@ -80,7 +80,7 @@
80
#define OTA_STORAGE_ESP (1)
81
82
83
-#if (OTA_STORAGE_SFU || OTA_STORAGE_SSU || OTA_STORAGE_SNU || OTA_STORAGE_PORTENTA_QSPI || OTA_STORAGE_ESP)
+#if (OTA_STORAGE_SFU || OTA_STORAGE_SNU || OTA_STORAGE_PORTENTA_QSPI || OTA_STORAGE_ESP)
84
#define OTA_ENABLED (1)
85
86
#define OTA_ENABLED (0)
0 commit comments