- 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
15 lines
303 B
INI
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
|