23 lines
662 B
INI
23 lines
662 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
|
|
|
|
[platformio]
|
|
default_envs = Upload_UART
|
|
|
|
[env:Upload_UART]
|
|
platform = espressif32
|
|
board = az-delivery-devkit-v4
|
|
framework = arduino
|
|
upload_port = COM8
|
|
monitor_port = COM8
|
|
lib_deps =
|
|
erropix/ESP32 AnalogWrite@^0.2
|
|
ESP Async WebServer
|
|
board_build.partitions = huge_app.csv
|