base-station/Firmware/platformio.ini

28 lines
713 B
INI
Raw Normal View History

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