Update platformio.ini
This commit is contained in:
parent
8250bbb8f0
commit
dd40b09dc3
1 changed files with 4 additions and 1 deletions
|
@ -12,4 +12,7 @@
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board_build.partitions = huge_app.csv
|
board_build.partitions = huge_app.csv
|
||||||
|
lib_deps = etlcpp/Embedded Template Library@^20.35.12
|
||||||
|
monitor_speed=115200
|
||||||
|
upload_port=/dev/ttyUSB1
|
||||||
|
|
Loading…
Reference in a new issue