base-station/Firmware/platformio.ini
2022-04-09 21:31:18 +02:00

20 lines
598 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