From 09f76c33c6df8987c83759524838d930a17226e9 Mon Sep 17 00:00:00 2001 From: Brian Bulkowski Date: Fri, 11 Sep 2020 17:52:51 -0700 Subject: [PATCH] Tired of the compile error showing the version. The SPI one can stay for a bit --- components/FastLED-idf/FastLED.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/FastLED-idf/FastLED.h b/components/FastLED-idf/FastLED.h index c7fab16..ba6028a 100644 --- a/components/FastLED-idf/FastLED.h +++ b/components/FastLED-idf/FastLED.h @@ -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__