[add] Autoplay demo, web config, and WiFi AP.

This commit is contained in:
2026-03-06 09:53:53 +01:00
parent cea3cdad37
commit 8a776dfae5
7 changed files with 542 additions and 231 deletions
+8 -1
View File
@@ -9,9 +9,16 @@ build_flags =
-D LED_PIN=4
-D ENC_A=0
-D ENC_B=1
-D ENC_SW=6
-D ENC_SW=2
-D SENSITIVITY=4
-D BRIGHTNESS=25
-D IDLE_TIMEOUT=45000
-D DEMO_RESET_PAUSE=20000
-D DEBOUNCE_DELAY=50
-D DEFAULT_LOOK_AHEAD=8
-D DEFAULT_BRIGHTNESS=25
-D DEFAULT_IDLE_TIMEOUT=45
-D WIFI_PASSWORD=\"youlose4\"
lib_deps =
fastled/FastLED @ ^3.6.0
paulstoffregen/Encoder @ ^1.4.4