Commit 2c553583 authored by dnc40085's avatar dnc40085 Committed by Marcel Stör
Browse files

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

parent e90ffb42
...@@ -905,7 +905,7 @@ Set Maximum number of Access Points to store in flash. ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment