From 193aadd79275aa6f46bd8d2942875427225cf86f Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 17 May 2021 00:31:09 -0700 Subject: [PATCH] Remove claim of compatibility with megaavr architecture The library does not support the megaavr architecture, so the metadata was incorrect. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 3575a056e..4e239f2e4 100644 --- a/library.properties +++ b/library.properties @@ -6,6 +6,6 @@ sentence=This library allows to connect to the Arduino IoT Cloud service. paragraph=It provides a ConnectionManager to handle connection/disconnection, property-change updates and events callbacks. The supported boards are MKRGSM, MKR1000 and WiFi101. category=Communication url=https://github.com/arduino-libraries/ArduinoIoTCloud -architectures=mbed,samd,esp8266,megaavr,mbed_nano,mbed_portenta +architectures=mbed,samd,esp8266,mbed_nano,mbed_portenta includes=ArduinoIoTCloud.h depends=Arduino_ConnectionHandler,Arduino_DebugUtils,ArduinoMqttClient,ArduinoECCX08,RTCZero