Skip to content

Commit 9ef9c94

Browse files
authored
Merge pull request #74 from bcmi-labs/se050_integration
Add support for NICLA VISION
2 parents 63aa04f + 5a2c103 commit 9ef9c94

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
platform-name: esp32:esp32
6565
- fqbn: arduino:mbed_nano:nanorp2040connect
6666
platform-name: arduino:mbed_nano
67+
- fqbn: arduino:mbed_nicla:nicla_vision
68+
platform-name: arduino:mbed_nicla
6769

6870
# Make board type-specific customizations to the matrix jobs
6971
include:

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Arduino Library for network connection management (WiFi, GSM, NB, [Ethe
66
paragraph=Originally part of ArduinoIoTCloud
77
category=Communication
88
url=https://github.com/arduino-libraries/Arduino_ConnectionHandler
9-
architectures=samd,esp32,esp8266,mbed,megaavr,mbed_nano,mbed_portenta
9+
architectures=samd,esp32,esp8266,mbed,megaavr,mbed_nano,mbed_portenta,mbed_nicla
1010
depends=Arduino_DebugUtils, WiFi101, WiFiNINA, MKRGSM, MKRNB, MKRWAN

src/Arduino_ConnectionHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#define WIFI_FIRMWARE_VERSION_REQUIRED WIFI_FIRMWARE_LATEST_VERSION
4444
#endif
4545

46-
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4)
46+
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_NICLA_VISION)
4747
#include <WiFi.h>
4848
#include <WiFiUdp.h>
4949

0 commit comments

Comments
 (0)