Initial commit: rotary dial firmware on ESP32 device framework

This commit is contained in:
2026-06-29 01:06:20 +02:00
commit 82375a196b
3 changed files with 687 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[env:esp32-s3-devkitc-1]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
lib_deps =
tzapu/WiFiManager@^2.0.17
bblanchon/ArduinoJson@^7.0.0
knolleary/PubSubClient@^2.8
[env:esp32dev]
board = esp32dev
framework = arduino
platform = espressif32
monitor_speed = 115200
lib_deps =
tzapu/WiFiManager@^2.0.17
bblanchon/ArduinoJson@^7.4.3
knolleary/PubSubClient@^2.8