Add "Ctrl+C to cancel" to "waiting for bootloader" messages (#13424)
This commit is contained in:
parent
2ce8d26418
commit
06e0643541
2 changed files with 3 additions and 3 deletions
|
@ -173,7 +173,7 @@ define EXEC_AVRDUDE
|
|||
fi; \
|
||||
}; \
|
||||
USB= ;\
|
||||
printf "Detecting USB port, reset your controller now."; \
|
||||
printf "Waiting for USB serial port - reset your controller now (Ctrl+C to cancel)"; \
|
||||
TMP1=`mktemp`; \
|
||||
TMP2=`mktemp`; \
|
||||
list_devices > $$TMP1; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue