From 90c140225e75be7f724c810a509634ef8e7a8775 Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Wed, 5 Nov 2025 16:29:40 +0100 Subject: [PATCH] Declare support for UNO Q --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index 7fdc987..c84e0c8 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ name=ArduinoRS485 -version=1.1.0 +version=1.1.1 author=Arduino maintainer=Arduino sentence=Enables sending and receiving data using the RS-485 standard with RS-485 shields, like the MKR 485 Shield. paragraph=This library supports the Maxim Integrated MAX3157 and equivalent chipsets. category=Communication url=http://www.arduino.cc/en/Reference/ArduinoRS485 -architectures=samd,mbed_portenta,mbed_opta,mbed_nano,renesas_uno +architectures=samd,mbed_portenta,mbed_opta,mbed_nano,renesas_uno,zephyr includes=ArduinoRS485.h