From 6894d83f702720ad13b10a2fed0c552bd980c6a8 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 18 Jan 2021 06:34:50 +0100 Subject: [PATCH] Adding 'mbed' as supported library to Arduino_ConnectionHandler library (since we are already using it on Portenta H7). --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index e36cdf08..8815d06e 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 +architectures=samd,esp32,esp8266,mbed depends=Arduino_DebugUtils, WiFi101, WiFiNINA, MKRGSM, MKRNB, MKRWAN