mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
fix typo on StartScanNetworks
This commit is contained in:
committed by
Ron Evans
parent
8c7eed8d38
commit
d61fe99ef1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user