From a705c8211981dd765fb0f8a534f03136e9e161bf Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Thu, 29 Dec 2022 10:13:17 +0100 Subject: [PATCH] Explicitly list the supported architectures (samd, mbed_portenta) as verified by CI build. --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 2883b58..283ad99 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Enables sending and receiving data using the RS-485 standard with RS-48 paragraph=This library supports the Maxim Integrated MAX3157 and equivalent chipsets. category=Communication url=http://www.arduino.cc/en/Reference/ArduinoRS485 -architectures=* +architectures=samd,mbed_portenta includes=ArduinoRS485.h