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-08-24 02:26:46 +0300
committerDaniel Garcia <dgarcia@dgarcia.net>2019-08-24 02:26:46 +0300
commit3c5484c336230f8346f2fd6ed8fb5a18ce835edc (patch)
tree8636f6a60c7f362a848635ea897418a4786d98a4 /release_notes.md
parent24311f4fac7e3dfd28c34e134950d92dbbd103a4 (diff)
FIx #870 -- make sure that the spi clock times, now that the template parameter is a 32-bit integer, do not wrap around to super huge numbers
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index c18c95ca..158737c5 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -1,3 +1,8 @@
+FastLED 3.3.2pre
+=============
+
+* Fix APA102 compile error #870
+
FastLED 3.3.1
=============