Skip to content

Commit d6d825b

Browse files
committed
Correct architectures value in library.properties
The previous architectures value caused the Arduino IDE to display a warning when the library is compiled: WARNING: library Arduino_ConnectionHandler claims to run on (SAMD, ESP12, ESP32, esp8266) architecture(s) and may be incompatible with your current board which runs on (samd) architecture(s). The previous architectures value caused the library's examples to be placed under the File > Examples > INCOMPATIBLE menu.
1 parent 9626567 commit d6d825b

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,4 +6,4 @@ sentence=Arduino Library for network connection management (WiFi, GSM, Ethernet)
66
paragraph=Originally part of ArduinoIoTCloud
77
category=Communication
88
url=https://github.com/arduino-libraries/Arduino_ConnectionHandler
9-
architectures=SAMD,ESP12,ESP32,esp8266
9+
architectures=samd,ESP12,esp32,esp8266

0 commit comments

Comments
 (0)