Doc: Hints on identifying the port

This commit is contained in:
Daedalus 2023-01-29 12:09:29 +01:00 committed by GitHub
parent 422d48996a
commit 2d8f355979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@
[env] [env]
; Specify port here. Comment out (add ; in front of line) to use auto detection. ; Specify port here. Comment out (add ; in front of line) to use auto detection.
; 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 monitor_port = COM4
upload_port = COM4 upload_port = COM4