Initial commit

This commit is contained in:
2026-07-16 03:37:10 +02:00
commit 40755ff5ef
4 changed files with 219 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=0
lib_deps =
fastled/FastLED@^3.9.0
bblanchon/ArduinoJson@^7.0.0