From d0d4f8c29858c75c9b238e0773c036bbceab68d7 Mon Sep 17 00:00:00 2001 From: Andrea Gilardoni Date: Wed, 4 Dec 2024 11:03:00 +0100 Subject: [PATCH] Fixing the architecture field in library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 3fe6e6d7..c9562705 100644 --- a/library.properties +++ b/library.properties @@ -6,5 +6,5 @@ sentence=Enables network connection (local and Internet) with the Arduino MKR Wi paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS. category=Communication url=http://www.arduino.cc/en/Reference/WiFiNINA -architectures=* +architectures=samd,mbed_rp2040,megaavr includes=WiFiNINA.h