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 b4806cc commit 7076c27Copy full SHA for 7076c27
src/AIoTC_Config.h
@@ -102,12 +102,11 @@
102
103
#if defined(ARDUINO_PORTENTA_H7_M7)
104
#define OTA_STORAGE_PORTENTA_QSPI (1)
105
- #define OTA_STORAGE_PORTENTA (1)
106
#else
107
#define OTA_STORAGE_PORTENTA_QSPI (0)
108
#endif
109
110
-#if (OTA_STORAGE_SFU || OTA_STORAGE_SSU || OTA_STORAGE_SNU) && !defined(ARDUINO_AVR_UNO_WIFI_REV2)
+#if (OTA_STORAGE_SFU || OTA_STORAGE_SSU || OTA_STORAGE_SNU || OTA_STORAGE_PORTENTA_QSPI) && !defined(ARDUINO_AVR_UNO_WIFI_REV2)
111
#define OTA_ENABLED (1)
112
113
#define OTA_ENABLED (0)
0 commit comments