Added #define FASTLED_INTERNAL to get rid of those #pragma messages at compile time from FastLED.

This commit is contained in:
Fabian Schlenz 2019-05-25 21:12:34 +02:00
parent 50a54d209f
commit 10098f56fb

View File

@ -2,6 +2,8 @@
#include <ESP8266mDNS.h>
#include <WiFiUdp.h>
#include <ArduinoOTA.h>
#define FASTLED_INTERNAL
#include "FastLED.h"
#include <NTPClient.h>
#include <PubSubClient.h>