platformio
Installation
SKILL.md
PlatformIO Skill
PlatformIO manages the ESP32 firmware for VanDaemon's 8-channel PWM LED dimmer. The firmware handles MQTT communication, WiFi provisioning via captive portal, and NVS state persistence. All firmware lives in hw/LEDDimmer/firmware/.
Quick Start
Build and Upload
cd hw/LEDDimmer/firmware
# Build for 8-channel variant (default)
pio run -e 8ch
# Upload via USB
pio run -e 8ch -t upload
Related skills