Skip to content

Instantly share code, notes, and snippets.

@psycomp
psycomp / Sunrise_Server_Improved.ino
Last active February 18, 2020 22:29
Arduino code to power my FastLED Sunrise/Sunset Window
#include <ESP8266WiFi.h>
#include <DNSServer.h>
#include <ESP8266WebServer.h>
#include <ESP8266mDNS.h>
#include <ESPTemplateProcessor.h>
#include <WiFiClient.h>
#include <ElegantOTA.h>
#include "WiFiManager.h"
#include "FastLED.h"