From 344adb0a16492c90c6a88681be6d461971beb7ff Mon Sep 17 00:00:00 2001 From: Matteo Suppo Date: Mon, 9 May 2016 16:22:57 +0200 Subject: [PATCH] Fix typo 1200bps --- programmer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`