This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/modules/control/Firmware/platformio.ini

24 lines
662 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
2021-08-26 18:48:24 +02:00
2022-04-09 21:31:18 +02:00
[platformio]
default_envs = Upload_UART
2021-08-26 18:48:24 +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
ESP Async WebServer
board_build.partitions = huge_app.csv