diff --git a/programmer.go b/programmer.go index 36df71b6f..9d4bb35fc 100644 --- a/programmer.go +++ b/programmer.go @@ -37,7 +37,7 @@ type basicAuthData struct { } type boardExtraInfo struct { - Use1200bpsTouch bool `json:"use_100bps_touch"` + Use1200bpsTouch bool `json:"use_1200bps_touch"` WaitForUploadPort bool `json:"wait_for_upload_port"` Network bool `json:"network"` Auth basicAuthData `json:"auth"`