Skip to content

Commit

Permalink
remove serial ports from platformio
Browse files Browse the repository at this point in the history
* use auto detect
  • Loading branch information
helgeerbe committed Feb 20, 2023
1 parent ce752f0 commit cb7874a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 3 additions & 2 deletions platformio_override.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb7874a

Please sign in to comment.