Skip to content

Commit c1f1cec

Browse files
Merge pull request #285 from andreagilardoni/architectures-fix
Fixing the architecture field in library.properties
2 parents 36b71f5 + d0d4f8c commit c1f1cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sentence=Enables network connection (local and Internet) with the Arduino MKR Wi
66
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.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/WiFiNINA
9-
architectures=*
9+
architectures=samd,mbed_rp2040,megaavr
1010
includes=WiFiNINA.h

0 commit comments

Comments
 (0)