mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Set architecture=esp8266 for bundled SD and Ethernet libraries (#4035)
Fixes https://github.com/esp8266/Arduino/issues/3868.
This commit is contained in:
@ -6,4 +6,4 @@ sentence=Enables network connection (local and Internet) using the Arduino Ether
|
||||
paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
|
||||
category=Communication
|
||||
url=http://www.arduino.cc/en/Reference/Ethernet
|
||||
architectures=*
|
||||
architectures=esp8266
|
||||
|
Reference in New Issue
Block a user