We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0dbc6 commit 7e8cc09Copy full SHA for 7e8cc09
commands/upload/upload.go
@@ -368,7 +368,7 @@ func runProgramAction(pme *packagemanager.Explorer,
368
// In order to trigger the forced serial-port-wait the following conditions must be met:
369
// - No upload port specified (protocol == "default")
370
// - "upload.wait_for_upload_port" == true (developers requested the touch + port wait)
371
- // - "upload.tool.serial" not defained, or
+ // - "upload.tool.serial" not defined, or
372
// "upload.tool.serial" is the same as "upload.tool.default"
373
forcedSerialPortWait := port.Protocol == "default" && // this is the value when no port is specified
374
uploadProperties.GetBoolean("upload.wait_for_upload_port") &&
0 commit comments