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:
authorDaniel Garcia <danielgarcia@gmail.com>2016-01-24 07:14:20 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2016-01-24 07:14:20 +0300
commitd69b19441f94648b4cc1cfb2c04b5fd252a31661 (patch)
tree3b39022a10dc3567e89d2934c1325599257a6776
parent5dff1f475f4ed7895d6ac7bdd8427c5507543380 (diff)
Update release notes/readme
-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
============