From 1bc9c6d72549da40ac805a59aa91b3c484073ae4 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Tue, 20 Apr 2021 09:04:15 +0200 Subject: [PATCH] Add mbed_nano and mbed_portenta as supported architectures. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index eff66aa2..7acb78b5 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Arduino Library for network connection management (WiFi, GSM, NB, [Ethe paragraph=Originally part of ArduinoIoTCloud category=Communication url=https://github.com/arduino-libraries/Arduino_ConnectionHandler -architectures=samd,esp32,esp8266,mbed,megaavr +architectures=samd,esp32,esp8266,mbed,megaavr,mbed_nano,mbed_portenta depends=Arduino_DebugUtils, WiFi101, WiFiNINA, MKRGSM, MKRNB, MKRWAN