mirror of
https://github.com/erik-toth/audio-synth.git
synced 2025-12-06 16:00:04 +00:00
17 lines
597 B
INI
17 lines
597 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp32-s3-devkitm-1]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitm-1
|
|
framework = arduino
|
|
build_flags = -DARDUINO_USB_MODE=1 -DARDUINO_USB_CDC_ON_BOOT=1 -DARDUINO_USB_JTAG_ON_BOOT=1
|
|
lib_deps = adafruit/Adafruit MCP4728@^1.0.10
|