remove serial ports from platformio

* use auto detect
This commit is contained in:
helgeerbe 2023-02-20 09:43:31 +01:00
parent ce752f0d75
commit cb7874ac8d
2 changed files with 3 additions and 4 deletions

View File

@ -93,8 +93,6 @@ build_flags =
-DHOYMILES_PIN_CS=5
-DVICTRON_PIN_TX=21
-DVICTRON_PIN_RX=22
monitor_port = /dev/cu.usbserial-01E68DD0
upload_port = /dev/cu.usbserial-01E68DD0
[env:wt32_eth01]
; http://www.wireless-tag.com/portfolio/wt32-eth01/

View File

@ -14,8 +14,9 @@
; Under Linux, the ports are in the format /dev/tty***, typically /dev/ttyUSB0
; To look up the port, execute ls /dev/tty*, then connect the device
; then execute ls /dev/tty* again and check which device was added
monitor_port = COM4
upload_port = COM4
;monitor_port = COM4
;upload_port = COM4
; you can define your personal board and/or settings here