Place port settings in generic section
This commit is contained in:
parent
a17e668c8c
commit
63ccf38250
@ -31,15 +31,17 @@ extra_scripts =
|
|||||||
board_build.partitions = partitions_custom.csv
|
board_build.partitions = partitions_custom.csv
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
monitor_filters = time, colorize, log2file, esp32_exception_decoder
|
monitor_filters = time, colorize, log2file, esp32_exception_decoder
|
||||||
monitor_port = COM4
|
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
upload_port = COM4
|
|
||||||
|
|
||||||
[env:generic]
|
[env:generic]
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
|
|
||||||
|
monitor_port = COM4
|
||||||
|
upload_port = COM4
|
||||||
|
|
||||||
|
|
||||||
[env:olimex_esp32_poe]
|
[env:olimex_esp32_poe]
|
||||||
; https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware
|
; https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user