Skip to content

Commit fb5e83e

Browse files
committed
Apparently #error in .ino files will always fire. Not sure what's going on here, since #error's don't fire in other sections of code. Switching to a #warning for now.
1 parent 7cd056f commit fb5e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/DemoReel100/DemoReel100.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FASTLED_USING_NAMESPACE
1212
// -Mark Kriegsman, December 2014
1313

1414
#if FASTLED_VERSION < 3001000
15-
#error "Requires FastLED 3.1 or later; check github for latest code."
15+
#warning "Requires FastLED 3.1 or later; check github for latest code."
1616
#endif
1717

1818
#define DATA_PIN 3

0 commit comments

Comments
 (0)