forked from bbulkow/FastLED-idf
Tired of the compile error showing the version. The SPI one can stay for a bit
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#define FASTLED_HAS_PRAGMA_MESSAGE
|
||||
#endif
|
||||
|
||||
#if 0 // tired of these warning messages
|
||||
#define FASTLED_VERSION 3003002
|
||||
#ifndef FASTLED_INTERNAL
|
||||
# ifdef FASTLED_HAS_PRAGMA_MESSAGE
|
||||
@ -22,6 +23,7 @@
|
||||
# warning FastLED version 3.003.003 (Not really a warning, just telling you here.)
|
||||
# endif
|
||||
#endif
|
||||
#endif // 0
|
||||
|
||||
#ifndef __PROG_TYPES_COMPAT__
|
||||
#define __PROG_TYPES_COMPAT__
|
||||
|
Reference in New Issue
Block a user