16 lines
No EOL
236 B
C++
16 lines
No EOL
236 B
C++
#include "FastLED.h"
|
|
|
|
// Let's include a bunch of stuff and see if it breaks the build.
|
|
#include <WiFi.h>
|
|
#include <ESPmDNS.h>
|
|
#include <NetworkUdp.h>
|
|
#include <ArduinoOTA.h>
|
|
#include <ArduinoJson.h>
|
|
|
|
void setup() {
|
|
|
|
}
|
|
|
|
void loop() {
|
|
|
|
} |