You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Thomas Kolb f76c71e1d2 Merge branch 'master' into bnb 2 months ago
animation_test animation_test: remove flickering by increased LUT size 2 years ago
data htdocs: change animation from the index page 4 years ago
font font: added conversion verification program 4 years ago
include Merge branch 'master' into bnb 2 months ago
scripts animation_test: remove flickering by increased LUT size 2 years ago
src Merge branch 'master' into bnb 2 months ago
.gitignore animation_test: remove flickering by increased LUT size 2 years ago
LICENSE Added MIT license 2 years ago
README.md Load sensitive data from the SPIFFS 4 years ago
platformio.ini Merge branch 'master' into bnb 2 months ago

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.