Skip to content

Commit 97c365b

Browse files
andreagilardonipennam
authored andcommitted
disabling ota on mkrgsm1400
1 parent bd6426b commit 97c365b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AIoTC_Config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#endif
6666

6767
#ifdef ARDUINO_SAMD_MKRGSM1400
68-
#define OTA_STORAGE_SSU (1)
68+
#define OTA_STORAGE_SSU (1) // OTA_STORAGE_SSU is not implemented yet in OTASamd
6969
#else
7070
#define OTA_STORAGE_SSU (0)
7171
#endif
@@ -80,7 +80,7 @@
8080
#define OTA_STORAGE_ESP (1)
8181
#endif
8282

83-
#if (OTA_STORAGE_SFU || OTA_STORAGE_SSU || OTA_STORAGE_SNU || OTA_STORAGE_PORTENTA_QSPI || OTA_STORAGE_ESP)
83+
#if (OTA_STORAGE_SFU || OTA_STORAGE_SNU || OTA_STORAGE_PORTENTA_QSPI || OTA_STORAGE_ESP)
8484
#define OTA_ENABLED (1)
8585
#else
8686
#define OTA_ENABLED (0)

0 commit comments

Comments
 (0)