Improve wifi documentation - prefer constants to hardcoded values (#1837)

This commit is contained in:
Luís Fonseca 2017-03-07 06:04:39 +00:00 committed by Marcel Stör
parent be2a9df1b0
commit fcc91967f9
1 changed files with 7 additions and 7 deletions

View File

@ -993,14 +993,14 @@ Gets the current status in station mode.
`nil`
#### Returns
number 0~5
The current state which can be one of the following:
- 0: STA_IDLE,
- 1: STA_CONNECTING,
- 2: STA_WRONGPWD,
- 3: STA_APNOTFOUND,
- 4: STA_FAIL,
- 5: STA_GOTIP.
- `wifi.STA_IDLE`
- `wifi.STA_CONNECTING`
- `wifi.STA_WRONGPWD`
- `wifi.STA_APNOTFOUND`
- `wifi.STA_FAIL`
- `wifi.STA_GOTIP`
# wifi.ap Module