Fixed typo in wifi doc (#1337)
Changed wifi.getpymode() into wifi.getphymode()
This commit is contained in:
parent
f4582e2499
commit
65e83fd2f4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue