File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
#define ARDUINO_AIOTC_CONFIG_H_
20
20
21
21
/******************************************************************************
22
- * USER CONFIGURED DEFINES
22
+ * USER CONFIGURABLE DEFINES
23
23
******************************************************************************/
24
24
25
25
#ifndef OTA_STORAGE_SFU
26
26
#define OTA_STORAGE_SFU (0)
27
27
#endif
28
28
29
+ /******************************************************************************
30
+ * AUTOMATICALLY CONFIGURED DEFINES
31
+ ******************************************************************************/
32
+
29
33
#if defined(ARDUINO_SAMD_MKRWIFI1010 ) || defined(ARDUINO_SAMD_NANO_33_IOT )
30
34
#define OTA_STORAGE_SNU (1)
31
35
#else
38
42
#define OTA_STORAGE_SSU (0)
39
43
#endif
40
44
41
- /******************************************************************************
42
- * AUTOMATIC CONFIGURED DEFINES
43
- ******************************************************************************/
44
-
45
45
#if OTA_STORAGE_SFU || OTA_STORAGE_SSU || OTA_STORAGE_SNU
46
46
#define OTA_ENABLED (1)
47
47
#else
You can’t perform that action at this time.
0 commit comments