Files
platform-espressif32/examples/arduino-matter-light/platformio.ini
T
2025-01-12 22:46:42 +01:00

18 lines
528 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:esp32-c6-devkitc-1]
platform = espressif32
framework = arduino
board_build.partitions = huge_app.csv
build_flags = -DCHIP_HAVE_CONFIG_H
board = esp32-c6-devkitc-1
monitor_speed = 115200