Skip to content

Commit dadcf7c

Browse files
committed
Merge branch 'docfix'
2 parents 7eb26c2 + d7e75fe commit dadcf7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/firmware/system.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ func (device *Device) GotoStartupSettings() error {
147147
return device.reboot(messages.RebootRequest_SETTINGS)
148148
}
149149

150-
// Reset factory resets the device. You must call device.Init() afterwards.
150+
// Reset factory resets the device. The device will reobot.
151+
// You must not use this instance anymore afterwards.
151152
func (device *Device) Reset() error {
152153
request := &messages.Request{
153154
Request: &messages.Request_Reset_{

0 commit comments

Comments
 (0)