2021-05-18 11:18:36 +00: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
|
|
|
|
|
|
|
|
[env:esp32dev]
|
|
|
|
platform = espressif32
|
|
|
|
board = esp32dev
|
|
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
2021-05-22 17:05:24 +00:00
|
|
|
upload_port = COM[3]
|
|
|
|
monitor_filters = send_on_enter
|
2021-06-01 16:46:31 +00:00
|
|
|
lib_deps = plerup/EspSoftwareSerial@^6.12.6
|