Skip to content

Some minor adjustments in the codebase #2006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Pass of go-fmt
  • Loading branch information
cmaglie committed Dec 9, 2022
commit a30e1aa3dbc86a6e04e1ea768f82eaf278c811a7
2 changes: 2 additions & 0 deletions commands/upload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,11 +629,13 @@ func detectSketchNameFromBuildPath(buildPath *paths.Path) (string, error) {
// specified protocol properties.
//
// For example passing the below properties and "upload" as action and "serial" as protocol:
//
// upload.speed=256
// upload.serial.speed=57600
// upload.network.speed=19200
//
// will return:
//
// upload.speed=57600
// upload.serial.speed=57600
// upload.network.speed=19200
Expand Down