We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a0a91 commit 344adb0Copy full SHA for 344adb0
programmer.go
@@ -37,7 +37,7 @@ type basicAuthData struct {
37
}
38
39
type boardExtraInfo struct {
40
- Use1200bpsTouch bool `json:"use_100bps_touch"`
+ Use1200bpsTouch bool `json:"use_1200bps_touch"`
41
WaitForUploadPort bool `json:"wait_for_upload_port"`
42
Network bool `json:"network"`
43
Auth basicAuthData `json:"auth"`
0 commit comments