Skip to content

Commit

Permalink
Rev 3.2.10 to add a couple more platform defs and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Garcia committed Jul 3, 2019
1 parent b8e531d commit a346de1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FastLED.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=FastLED
version=3.2.9
version=3.2.10
author=Daniel Garcia
maintainer=Daniel Garcia <[email protected]>
sentence=Multi-platform library for controlling dozens of different types of LEDs along with optimized math, effect, and noise functions.
Expand Down
6 changes: 6 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a346de1

Please sign in to comment.