Remove specific upload ports from pio

This commit is contained in:
Ben Meadors 2023-10-11 10:21:38 -05:00
parent 092c6cac66
commit def55ec063
10 changed files with 11 additions and 11 deletions

View File

@ -11,4 +11,4 @@ lib_deps =
https://github.com/meshtastic/ESP32_Codec2.git#633326c78ac251c059ab3a8c430fcdf25b41672f https://github.com/meshtastic/ESP32_Codec2.git#633326c78ac251c059ab3a8c430fcdf25b41672f
zinggjm/GxEPD2@^1.4.9 zinggjm/GxEPD2@^1.4.9
debug_tool = jlink debug_tool = jlink
upload_port = /dev/ttyACM4 ;upload_port = /dev/ttyACM4

View File

@ -11,7 +11,7 @@ build_flags =
-I variants/betafpv_2400_tx_micro -I variants/betafpv_2400_tx_micro
board_build.f_cpu = 240000000L board_build.f_cpu = 240000000L
upload_protocol = esptool upload_protocol = esptool
upload_port = /dev/ttyUSB0 ;upload_port = /dev/ttyUSB0
upload_speed = 460800 upload_speed = 460800
lib_deps = lib_deps =
${esp32_base.lib_deps} ${esp32_base.lib_deps}

View File

@ -10,7 +10,7 @@ build_flags =
-I variants/betafpv_900_tx_nano -I variants/betafpv_900_tx_nano
board_build.f_cpu = 240000000L board_build.f_cpu = 240000000L
upload_protocol = esptool upload_protocol = esptool
upload_port = /dev/ttyUSB0 ;upload_port = /dev/ttyUSB0
upload_speed = 460800 upload_speed = 460800
lib_deps = lib_deps =
${esp32_base.lib_deps} ${esp32_base.lib_deps}

View File

@ -6,7 +6,7 @@ board_level = extra
;upload_protocol = esp-builtin ;upload_protocol = esp-builtin
;Normal method ;Normal method
upload_protocol = esptool upload_protocol = esptool
upload_port = /dev/ttyACM2 ;upload_port = /dev/ttyACM2
lib_deps = lib_deps =
${esp32_base.lib_deps} ${esp32_base.lib_deps}
caveman99/ESP32 Codec2@^1.0.1 caveman99/ESP32 Codec2@^1.0.1

View File

@ -8,5 +8,5 @@ build_flags =
-I variants/heltec_esp32c3 -I variants/heltec_esp32c3
monitor_speed = 115200 monitor_speed = 115200
upload_protocol = esptool upload_protocol = esptool
upload_port = /dev/ttyUSB0 ;upload_port = /dev/ttyUSB0
upload_speed = 921600 upload_speed = 921600

View File

@ -8,5 +8,5 @@ build_flags =
-I variants/m5stack-stamp-c3 -I variants/m5stack-stamp-c3
monitor_speed = 115200 monitor_speed = 115200
upload_protocol = esptool upload_protocol = esptool
upload_port = /dev/ttyACM2 ;upload_port = /dev/ttyACM2
upload_speed = 921600 upload_speed = 921600

View File

@ -23,4 +23,4 @@ lib_ignore =
monitor_filters = esp32_exception_decoder monitor_filters = esp32_exception_decoder
board_build.f_cpu = 240000000L board_build.f_cpu = 240000000L
upload_protocol = esptool upload_protocol = esptool
upload_port = /dev/ttyACM0 ;upload_port = /dev/ttyACM0

View File

@ -6,7 +6,7 @@ board_build.arduino.memory_type = dio_opi
board_build.mcu = esp32s3 board_build.mcu = esp32s3
board_build.f_cpu = 240000000L board_build.f_cpu = 240000000L
upload_protocol = esptool upload_protocol = esptool
upload_port = /dev/ttyACM1 ;upload_port = /dev/ttyACM1
upload_speed = 921600 upload_speed = 921600
platform_packages = platform_packages =
tool-esptoolpy@^1.40500.0 tool-esptoolpy@^1.40500.0

View File

@ -6,7 +6,7 @@ board_build.arduino.memory_type = dio_opi
board_build.mcu = esp32s3 board_build.mcu = esp32s3
board_build.f_cpu = 240000000L board_build.f_cpu = 240000000L
upload_protocol = esptool upload_protocol = esptool
upload_port = /dev/ttyACM0 ;upload_port = /dev/ttyACM0
upload_speed = 921600 upload_speed = 921600
platform_packages = platform_packages =
tool-esptoolpy@^1.40500.0 tool-esptoolpy@^1.40500.0

View File

@ -15,4 +15,4 @@ lib_deps =
debug_tool = jlink debug_tool = jlink
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm) ; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
;upload_protocol = jlink ;upload_protocol = jlink
upload_port = /dev/ttyACM3 ;upload_port = /dev/ttyACM3