Files
led-sync-studio/firmware/platformio.ini
Claude 6fe86bc310 feat(01-01): PlatformIO scaffold + config.h
- platformio.ini with -DESP32_ARDUINO_NO_RGB_BUILTIN, NeoPixelBus ^2.8.0, ArduinoJson ^7.4.0
- config.h defines all pin, LED count, brightness, timing, and FreeRTOS constants
2026-04-03 13:15:06 +02:00

15 lines
303 B
INI

[env:esp32c3_supermini]
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
monitor_speed = 115200
build_flags =
-DARDUINO_USB_CDC_ON_BOOT=1
-DARDUINO_USB_MODE=1
-DESP32_ARDUINO_NO_RGB_BUILTIN
lib_deps =
makuna/NeoPixelBus @ ^2.8.0
bblanchon/ArduinoJson @ ^7.4.0