Files
klubhaus-doorbell/libraries/FastLED/ci/kitchensink/kitchensink.ino.cpp
2026-02-12 00:45:31 -08:00

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