From 920df5ef6302b279fa91cd481ec2bca5985a23ad Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 24 Apr 2015 00:33:32 +0200 Subject: Add comment on update --- cutter.go | 2 ++ 1 file changed, 2 insertions(+) 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() -- cgit v1.2.3