sTodo-m5paper-client/libraries/FastLED/ci/kitchensink/kitchensink.ino.cpp
2025-06-30 20:47:33 +02:00

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() {
}