Skip to content

Commit 353fd25

Browse files
committed
Add Cellular support to PORTENTA_C33 through Portenta Mid Carrier
1 parent eb559db commit 353fd25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Arduino_ConnectionHandler.h

+2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,11 @@
7575
#include <WiFiUdp.h>
7676
#include <EthernetC33.h>
7777
#include <EthernetUdp.h>
78+
#include <Arduino_Cellular.h>
7879

7980
#define BOARD_HAS_WIFI
8081
#define BOARD_HAS_ETHERNET
82+
#define BOARD_HAS_CELLULAR
8183
#define BOARD_HAS_PORTENTA_VISION_SHIELD_ETHERNET
8284
#define NETWORK_HARDWARE_ERROR WL_NO_SHIELD
8385
#define NETWORK_IDLE_STATUS WL_IDLE_STATUS

0 commit comments

Comments
 (0)