File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
#if __has_include (< Notecard .h > )
23
23
#define HAS_NOTECARD
24
24
#endif
25
+
26
+ #if __has_include (< ANetworkConfigurator_Config .h > )
27
+ #define NETWORK_CONFIGURATOR_ENABLED (1 )
28
+ #else
29
+ #define NETWORK_CONFIGURATOR_ENABLED (0)
30
+ #endif
31
+
25
32
#endif
26
33
27
34
#include <ArduinoECCX08Config.h>
148
155
#define BOARD_STM32H7
149
156
#endif
150
157
151
- #if defined(ARDUINO_PORTENTA_H7_M7 ) || defined(ARDUINO_NICLA_VISION ) || defined(ARDUINO_OPTA ) || defined(ARDUINO_GIGA ) \
152
- || defined(ARDUINO_UNOR4_WIFI ) || defined(ARDUINO_PORTENTA_C33 )
153
- #define NETWORK_CONFIGURATOR_ENABLED (1)
154
- #else
155
- #define NETWORK_CONFIGURATOR_ENABLED (0)
156
- #endif
157
158
158
159
/******************************************************************************
159
160
* CONSTANTS
You can’t perform that action at this time.
0 commit comments