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 b57d900 commit 4865f50Copy full SHA for 4865f50
src/AIoTC_Config.h
@@ -100,7 +100,7 @@
100
#define OTA_STORAGE_SSU (0)
101
#endif
102
103
-#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) && !defined(ARDUINO_AVR_UNO_WIFI_REV2)
104
#define OTA_ENABLED (1)
105
#else
106
#define OTA_ENABLED (0)
0 commit comments