28 lines
727 B
INI
28 lines
727 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]
|
|
platform = espressif32
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
lib_deps = adafruit/Adafruit NeoPixel@^1.12.0
|
|
|
|
[env:esp32-s3-debug]
|
|
board = adafruit_feather_esp32s3_nopsram
|
|
build_type = debug
|
|
build_flags = -D DEBUG
|
|
|
|
[env:esp32-s3-build]
|
|
board = adafruit_feather_esp32s3_nopsram
|
|
build_flags = -D RELEASE
|
|
build_type = release
|
|
|
|
[env:denky32]
|
|
board = denky32 |