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-06-10 01:47:22 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-06-10 01:47:22 +0300
commitfd859aea4459df0b6bf09d720b5b5a1bc8641fc6 (patch)
tree4707dbab70581db9bafee19baa667c9bf525bef6
parentca9e40b4e9e640ae3f50d1b89b3f3eca36e2496d (diff)
Rev 3.2.9 to fix the timing issue introduced by the nrf52 changes3.2.9
-rw-r--r--FastLED.h6
-rw-r--r--library.json2
-rw-r--r--library.properties2
-rw-r--r--release_notes.md2
4 files changed, 6 insertions, 6 deletions
diff --git a/FastLED.h b/FastLED.h
index 4b7cd747..8fe2b55c 100644
--- a/FastLED.h
+++ b/FastLED.h
@@ -8,12 +8,12 @@
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
-#define FASTLED_VERSION 3002008
+#define FASTLED_VERSION 3002009
#ifndef FASTLED_INTERNAL
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
-# pragma message "FastLED version 3.002.008"
+# pragma message "FastLED version 3.002.009"
# else
-# warning FastLED version 3.002.008 (Not really a warning, just telling you here.)
+# warning FastLED version 3.002.009 (Not really a warning, just telling you here.)
# endif
#endif
diff --git a/library.json b/library.json
index 6d0a498d..ca8f09e8 100644
--- a/library.json
+++ b/library.json
@@ -18,7 +18,7 @@
"type": "git",
"url": "https://github.com/FastLED/FastLED.git"
},
- "version": "3.2.8",
+ "version": "3.2.9",
"license": "MIT",
"homepage": "http://fastled.io",
"frameworks": "arduino",
diff --git a/library.properties b/library.properties
index cfd96b9f..25460b1e 100644
--- a/library.properties
+++ b/library.properties
@@ -1,5 +1,5 @@
name=FastLED
-version=3.2.8
+version=3.2.9
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 d1c40967..ae9075c0 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,4 +1,4 @@
-FastLED 3.2.8
+FastLED 3.2.9
=============
* Update ItsyBitsy support
* Remove conflicting types courtesy of an esp8266 framework update