Skip to content

Commit 1540369

Browse files
igrrdevyte
authored andcommitted
Set architecture=esp8266 for bundled SD and Ethernet libraries (esp8266#4035)
Fixes esp8266#3868.
1 parent 7dd5036 commit 1540369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libraries/Ethernet/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Enables network connection (local and Internet) using the Arduino Ether
66
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.
77
category=Communication
88
url=http://www.arduino.cc/en/Reference/Ethernet
9-
architectures=*
9+
architectures=esp8266

libraries/SD/library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Enables reading and writing on SD cards. For all Arduino boards.
66
paragraph=Once an SD memory card is connected to the SPI interfare of the Arduino board you are enabled to create files and read/write on them. You can also move through directories on the SD card.
77
category=Data Storage
88
url=http://www.arduino.cc/en/Reference/SD
9-
architectures=*
9+
architectures=esp8266

0 commit comments

Comments
 (0)