Fixed incorrect documentation for wifi.sta.setaplimit (#1986)

This commit is contained in:
dnc40085 2017-05-24 00:37:21 -07:00 committed by Marcel Stör
parent e90ffb4266
commit 2c553583ea
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ Set Maximum number of Access Points to store in flash.
`wifi.sta.setaplimit(qty)` `wifi.sta.setaplimit(qty)`
#### Parameters #### 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 #### Returns
- `true` Success - `true` Success