Go to file
Thomas Kolb f76c71e1d2 Merge branch 'master' into bnb 2023-08-11 19:56:24 +02:00
animation_test animation_test: remove flickering by increased LUT size 2021-08-23 23:40:16 +02:00
data htdocs: change animation from the index page 2019-12-16 22:12:09 +01:00
font font: added conversion verification program 2019-12-24 17:28:13 +01:00
include Merge branch 'master' into bnb 2023-08-11 19:56:24 +02:00
scripts animation_test: remove flickering by increased LUT size 2021-08-23 23:40:16 +02:00
src Merge branch 'master' into bnb 2023-08-11 19:56:24 +02:00
.gitignore animation_test: remove flickering by increased LUT size 2021-08-23 23:40:16 +02:00
LICENSE Added MIT license 2022-03-10 20:26:18 +01:00
README.md Load sensitive data from the SPIFFS 2019-11-26 22:03:44 +01:00
platformio.ini Merge branch 'master' into bnb 2023-08-11 19:56:24 +02:00

README.md

ESP32 firmware for an SK6812-based lamp

Setup notes

Authentication data for WiFi connections and OTA firmware updates is stored in the SPIFFS. You must create the following files:

data/etc/wlan

This file contains WiFi logins. Each entry consists of two lines: The first line contains the SSID to connect to, the second the password.

data/etc/auth

This file configures the authentication at the device. For now, this is used for OTA updates.

The file contains two lines: First the password, second the salt.

The salt must be known to any client performing OTA updates and can be stored in a local configuration file. The password should never be stored in any config file.