Fixed typo in wifi doc (#1337)

Changed wifi.getpymode() into wifi.getphymode()
This commit is contained in:
Konrad Beckmann 2016-06-04 15:33:58 +02:00 committed by Marcel Stör
parent f4582e2499
commit 65e83fd2f4
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ The WiFi mode, as one of the `wifi.STATION`, `wifi.SOFTAP`, `wifi.STATIONAP` or
Gets WiFi physical mode. Gets WiFi physical mode.
#### Syntax #### Syntax
`wifi.getpymode()` `wifi.getphymode()`
#### Parameters #### Parameters
none none