2022-04-09 21:31:18 +02:00
|
|
|
; 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
|
2022-04-09 20:07:19 +02:00
|
|
|
|
2022-04-09 21:31:18 +02:00
|
|
|
[platformio]
|
|
|
|
default_envs = Upload_UART
|
2022-04-09 20:07:19 +02:00
|
|
|
|
2022-04-10 18:12:58 +02:00
|
|
|
[env]
|
2022-04-09 21:31:18 +02:00
|
|
|
platform = espressif32
|
|
|
|
board = az-delivery-devkit-v4
|
|
|
|
framework = arduino
|
2022-04-10 17:12:44 +02:00
|
|
|
lib_deps =
|
|
|
|
erropix/ESP32 AnalogWrite@^0.2
|
|
|
|
ESP Async WebServer
|
|
|
|
board_build.partitions = huge_app.csv
|
2022-04-10 18:12:58 +02:00
|
|
|
|
|
|
|
[env:Upload_UART]
|
2022-04-10 22:14:02 +02:00
|
|
|
upload_port = COM9
|
|
|
|
monitor_port = COM9
|
2022-04-10 18:12:58 +02:00
|
|
|
|
|
|
|
[env:CI_Build]
|
|
|
|
build_flags = -D DEBUG=1
|