Skip to content

Commit a65a630

Browse files
committed
Bumping version number and updating notes
1 parent 1ca57f1 commit a65a630

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

FastLED.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#define xstr(s) str(s)
88
#define str(s) #s
99

10-
#define FASTLED_VERSION 3000001
11-
#warning FastLED version 3.000.001 (Not really a warning, just telling you here.)
10+
#define FASTLED_VERSION 3000002
11+
#warning FastLED version 3.000.002 (Not really a warning, just telling you here.)
1212

1313
#ifndef __PROG_TYPES_COMPAT__
1414
#define __PROG_TYPES_COMPAT__

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
IMPORTANT NOTE: If you are building for AVR based systems, please do not use any version of the arduino IDE 1.5.7 or greater yet. It messes with some of the asm output which will cause you problems. The real issue is the compiler version, GCC 4.8.x introduces incompatabilities with the assembly code FastLED uses on the avr platfrom. Note that some versions of Arduino 1.0.5, notably some linux versions, use gcc 4.8.x.
2-
1+
IMPORTANT NOTE: If you are building for AVR based systems, it is possible that using any version of the arduino IDE 1.5.7 or later and/or GCC 4.8 may introduce some issues. I believe I have fixed them, but if you run into issues using these platforms, please file an issue at http://fastled.io/issues - thank you!
32

43
FastLED 3.0
54
===========

release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.0.1
2+
* possibly fix issues #67 and #90 by fixing gcc 4.8.x support
3+
4+
3.0.1
5+
* fix issue #89 w/power management pin always being on
6+
17
FastLED3.0
28
==========
39

0 commit comments

Comments
 (0)