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 <dgarcia@dgarcia.net>2019-07-03 19:42:35 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-07-03 19:42:35 +0300
commita346de18a09ad4471c6cc8bbefe4eb8bcf863d32 (patch)
tree90b2d7449ea50f10d324fcb87c6398be1df32ac4
parentb8e531de0b7e80aca9dbc557a91f14bc90d80890 (diff)
Rev 3.2.10 to add a couple more platform defs and bug fixes3.2.10
-rw-r--r--FastLED.h4
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md6
4 files changed, 10 insertions, 4 deletions
diff --git a/FastLED.h b/FastLED.h
index 8fe2b55c..b4302662 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -11,9 +11,9 @@
#define FASTLED_VERSION 3002009
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.009"
+# pragma message "FastLED version 3.002.010"
# else
-# warning FastLED version 3.002.009 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.010 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index ca8f09e8..bcdd1756 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.2.9",
+ "version": "3.2.10",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index 25460b1e..93c90e0f 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.2.9
+version=3.2.10
author=Daniel Garcia
maintainer=Daniel Garcia <dgarcia@fastled.io>
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.
diff --git a/release_notes.md b/release_notes.md
index ae9075c0..81d16f33 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,9 @@
+FastLED 3.2.10
+==============
+* Adafruit Metro M4 Airlift support
+* Arduino Nano 33 IOT preliminary definitions
+* Bug fixes
+
FastLED 3.2.9
=============
* Update ItsyBitsy support