Remove set serial port in platformio_override.ini
This commit is contained in:
parent
4b7087f0f9
commit
494ae22f45
@ -14,8 +14,8 @@
|
|||||||
; Under Linux, the ports are in the format /dev/tty***, typically /dev/ttyUSB0
|
; 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
|
; 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
|
; then execute ls /dev/tty* again and check which device was added
|
||||||
monitor_port = COM4
|
;monitor_port = COM4
|
||||||
upload_port = COM4
|
;upload_port = COM4
|
||||||
|
|
||||||
|
|
||||||
; you can define your personal board and/or settings here
|
; you can define your personal board and/or settings here
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user