fix typo on StartScanNetworks

This commit is contained in:
Daniel Esteban
2020-02-22 18:53:59 +01:00
committed by Ron Evans
parent 8c7eed8d38
commit d61fe99ef1
+1 -1
View File
@@ -558,7 +558,7 @@ func (d *Device) ScanNetworks() (uint8, error) {
}
func (d *Device) StartScanNetworks() (uint8, error) {
return d.getUint8(d.req0(CmdStartServerTCP))
return d.getUint8(d.req0(CmdStartScanNetworks))
}
func (d *Device) getString(l uint8, err error) (string, error) {