Minor fix to wifi documentation (#2597)

Another fix
This commit is contained in:
Lukáš Voborský 2018-12-23 09:34:26 +01:00 committed by Arnim Läuger
parent ebdfd1ff6a
commit 348b73def1
1 changed files with 3 additions and 3 deletions

View File

@ -604,7 +604,7 @@ wifi.sta.config(station_cfg)
- [`wifi.sta.clearconfig()`](#wifistaclearconfig)
- [`wifi.sta.connect()`](#wifistaconnect)
- [`wifi.sta.disconnect()`](#wifistadisconnect)
- [`wifi.sta.apinfo()`](#wifistaapinfo)
- [`wifi.sta.getapinfo()`](#wifistagetapinfo)
## wifi.sta.connect()
@ -768,8 +768,8 @@ print("the index of the currently selected AP is: "..wifi.sta.getapindex())
#### See also
- [`wifi.sta.getapindex()`](#wifistagetapindex)
- [`wifi.sta.apinfo()`](#wifistaapinfo)
- [`wifi.sta.apchange()`](#wifistaapchange)
- [`wifi.sta.getapinfo()`](#wifistagetapinfo)
- [`wifi.sta.changeap()`](#wifistachangeap)
## wifi.sta.getapinfo()