File tree Expand file tree Collapse file tree 3 files changed +13
-34
lines changed Expand file tree Collapse file tree 3 files changed +13
-34
lines changed Original file line number Diff line number Diff line change 18
18
#ifndef ARDUINO_IOT_CLOUD_CONFIG_H_
19
19
#define ARDUINO_IOT_CLOUD_CONFIG_H_
20
20
21
+ /******************************************************************************
22
+ * USER CONFIGURED DEFINES
23
+ ******************************************************************************/
24
+
25
+ #ifndef OTA_STORAGE_MKRMEM
26
+ #define OTA_STORAGE_MKRMEM (1)
27
+ #endif
28
+
21
29
/******************************************************************************
22
30
* AUTOMATIC CONFIGURED DEFINES
23
31
******************************************************************************/
24
32
33
+ #if !defined(ARDUINO_SAMD_MKR1000 ) && !defined(ARDUINO_SAMD_MKRWIFI1010 ) && !defined(ARDUINO_SAMD_MKRGSM1400 ) && !defined(ARDUINO_SAMD_MKRNB1500 )
34
+ #define OTA_STORAGE_MKRMEM (0)
35
+ #endif
36
+
25
37
#if defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKRWIFI1010 ) || \
26
38
defined(ARDUINO_SAMD_MKR1000 ) || defined(ARDUINO_SAMD_NANO_33_IOT ) || \
27
39
defined(ARDUINO_SAMD_MKRNB1500 )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
* INCLUDE
23
23
******************************************************************************/
24
24
25
- #include " OTAConfig.h "
25
+ #include < ArduinoIoTCloud_Config.h >
26
26
#if OTA_STORAGE_MKRMEM
27
27
28
28
#include " OTAStorage.h"
You can’t perform that action at this time.
0 commit comments