Find a file
Thomas Kolb fdf26d1669 main: more sophisticated WiFi setup
- Try to find an AP 10 times, then set up our own
- When connected to an AP and the connection is lost, restart the WiFi
  setup
- Initialize the LEDs before the WiFi, so we are able to (maybe?)
  display messages on the LEDs
2019-11-20 22:43:40 +01:00
data Initial commit: SK6812 LED Fader, HTTP Server 2019-11-17 16:28:09 +01:00
include HTTPServer: serve static file from the SPIFFS 2019-11-20 22:42:35 +01:00
src main: more sophisticated WiFi setup 2019-11-20 22:43:40 +01:00
.gitignore Initial commit: SK6812 LED Fader, HTTP Server 2019-11-17 16:28:09 +01:00
platformio.ini Initial commit: SK6812 LED Fader, HTTP Server 2019-11-17 16:28:09 +01:00
README.md Added README.md 2019-11-17 16:30:11 +01:00

ESP32 firmware for an SK6812-based lamp

Setup notes

Copy include/WLAN_Logins.h.example to include/WLAN_Logins.h and modify as you need.