23 lines
509 B
INI
23 lines
509 B
INI
; PlatformIO Project Configuration File
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp32-s3-devkitm-1]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitm-1
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
board_build.flash_mode = qio
|
|
board_build.flash_size = 16MB
|
|
board_build.filesystem = littlefs
|
|
|
|
; Exclude SD-card USB-MSC storage stack — no SD card required
|
|
build_src_filter = +<*> -<components/storage/>
|
|
|
|
lib_deps =
|
|
FS
|
|
adafruit/Adafruit NeoPixel@^1.12.2
|
|
|
|
build_flags =
|
|
-DARDUINO_USB_MODE
|