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
|
|
|
|
|
|
|
[env:Upload_UART]
|
2022-04-09 21:31:18 +02:00
|
|
|
platform = espressif32
|
|
|
|
board = az-delivery-devkit-v4
|
|
|
|
framework = arduino
|
|
|
|
upload_port = COM8
|
|
|
|
monitor_port = COM8
|
|
|
|
lib_deps = erropix/ESP32 AnalogWrite@^0.2
|