Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--release_notes.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d70499a3..2d02ecff 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ Right now the library is supported on a variety of arduino compatable platforms.
* RFDuino
* SparkCore
* Arduino Zero
+* ESP8266 using the arduino board definitions from http://arduino.esp8266.com/stable/package_esp8266com_index.json
What types of platforms are we thinking about supporting in the future? Here's a short list: ChipKit32, Maple, Beagleboard
diff --git a/release_notes.md b/release_notes.md
index e59d1de4..9315121e 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -2,6 +2,7 @@ FastLED3.1.2pre
===============
* Add SK6822 timings
+* Add ESP8266 support - note, only tested w/the arduino esp8266 build environment
FastLED3.1.1
============