aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cutter.go b/cutter.go
index e6528f3..7134c09 100644
--- a/cutter.go
+++ b/cutter.go
@@ -232,6 +232,8 @@ func (c Cutter) UpdaterVersion() (string, error) {
return c.readResponse()
}
+// Update starts update sequence
+// Send raw S-Record data after
func (c Cutter) Update() (bool, error) {
c.WriteString("CC1VERUP")
c.Flush()