From 1540369c4012fbf45a8c1e4e058368631b548318 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Thu, 28 Dec 2017 16:21:55 +0100 Subject: [PATCH] Set architecture=esp8266 for bundled SD and Ethernet libraries (#4035) Fixes https://github.com/esp8266/Arduino/issues/3868. --- libraries/Ethernet/library.properties | 2 +- libraries/SD/library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Ethernet/library.properties b/libraries/Ethernet/library.properties index 1b48e875e..17fcae100 100644 --- a/libraries/Ethernet/library.properties +++ b/libraries/Ethernet/library.properties @@ -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 diff --git a/libraries/SD/library.properties b/libraries/SD/library.properties index 47342171e..40891c831 100644 --- a/libraries/SD/library.properties +++ b/libraries/SD/library.properties @@ -6,4 +6,4 @@ sentence=Enables reading and writing on SD cards. For all Arduino boards. 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. category=Data Storage url=http://www.arduino.cc/en/Reference/SD -architectures=* +architectures=esp8266