File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 33
33
34
34
#if defined(ARDUINO_SAMD_MKRWIFI1010 ) || defined(ARDUINO_SAMD_NANO_33_IOT ) || \
35
35
defined(ARDUINO_AVR_UNO_WIFI_REV2 ) || defined (ARDUINO_NANO_RP2040_CONNECT )
36
-
37
36
#define BOARD_HAS_WIFI
38
37
#define NETWORK_HARDWARE_ERROR WL_NO_MODULE
39
38
#define NETWORK_IDLE_STATUS WL_IDLE_STATUS
79
78
#endif
80
79
81
80
#if defined(ARDUINO_GIGA )
82
-
83
81
#define BOARD_HAS_WIFI
84
82
#define NETWORK_HARDWARE_ERROR WL_NO_SHIELD
85
83
#define NETWORK_IDLE_STATUS WL_IDLE_STATUS
105
103
#endif
106
104
107
105
#if defined(ARDUINO_ARCH_ESP8266 )
108
-
109
106
#define BOARD_HAS_WIFI
110
107
#define NETWORK_HARDWARE_ERROR WL_NO_SHIELD
111
108
#define NETWORK_IDLE_STATUS WL_IDLE_STATUS
136
133
#define NETWORK_HARDWARE_ERROR
137
134
#endif
138
135
136
+ #if defined __has_include
137
+ #if __has_include (< ConnectionHandlerConfig .h > )
138
+ #include <ConnectionHandlerConfig.h>
139
+ #endif
140
+ #endif
141
+
139
142
/******************************************************************************
140
143
TYPEDEFS
141
144
******************************************************************************/
You can’t perform that action at this time.
0 commit comments