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 eb559db commit 353fd25Copy full SHA for 353fd25
src/Arduino_ConnectionHandler.h
@@ -75,9 +75,11 @@
75
#include <WiFiUdp.h>
76
#include <EthernetC33.h>
77
#include <EthernetUdp.h>
78
+ #include <Arduino_Cellular.h>
79
80
#define BOARD_HAS_WIFI
81
#define BOARD_HAS_ETHERNET
82
+ #define BOARD_HAS_CELLULAR
83
#define BOARD_HAS_PORTENTA_VISION_SHIELD_ETHERNET
84
#define NETWORK_HARDWARE_ERROR WL_NO_SHIELD
85
#define NETWORK_IDLE_STATUS WL_IDLE_STATUS
0 commit comments