We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63872a1 commit e88417eCopy full SHA for e88417e
src/Arduino_ConnectionHandler.h
@@ -168,6 +168,13 @@
168
#define WIFI_FIRMWARE_VERSION_REQUIRED WIFI_FIRMWARE_LATEST_VERSION
169
#endif
170
171
+#ifdef ARDUINO_EDGE_CONTROL
172
+ #include <GSM.h>
173
+ #define BOARD_HAS_CATM1_NBIOT
174
+ #define BOARD_HAS_PORTENTA_CATM1_NBIOT_SHIELD
175
+ #define NETWORK_HARDWARE_ERROR
176
+#endif
177
+
178
/******************************************************************************
179
TYPEDEFS
180
******************************************************************************/
0 commit comments