Fixed incorrect documentation for wifi.sta.setaplimit (#1986)
This commit is contained in:
parent
e90ffb4266
commit
2c553583ea
|
@ -905,7 +905,7 @@ Set Maximum number of Access Points to store in flash.
|
|||
`wifi.sta.setaplimit(qty)`
|
||||
|
||||
#### Parameters
|
||||
`qty` Quantity of Access Points to store in flash. Range: 1-5 (Default: 5)
|
||||
`qty` Quantity of Access Points to store in flash. Range: 1-5 (Default: 1)
|
||||
|
||||
#### Returns
|
||||
- `true` Success
|
||||
|
|
Loading…
Reference in New Issue