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.
|
||||
|
||||
#### Syntax
|
||||
`wifi.getpymode()`
|
||||
`wifi.getphymode()`
|
||||
|
||||
#### Parameters
|
||||
none
|
||||
|
|
Loading…
Reference in New Issue