diff options
author | iabdalkader <i.abdalkader@gmail.com> | 2022-06-04 12:07:30 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-06-17 21:43:25 +1000 |
commit | c502cf73e0e0df685723a828ecac1562e3be1cf0 (patch) | |
tree | 1b011a2647d7d9919691a83ad817545a0e12edae /docs/esp8266/quickref.rst | |
parent | 868f23b362171ee131bd6bfa784911fb8fc66202 (diff) | |
download | micropython-c502cf73e0e0df685723a828ecac1562e3be1cf0.tar.gz micropython-c502cf73e0e0df685723a828ecac1562e3be1cf0.zip |
extmod/network_cyw43: Rename WLAN keyword args to ssid/security/key.
Rename WLAN keyword args to scan(), connect() and config() to be more
consistent across ports and WLAN drivers. This change is backwards
compatible and will support obsolete keyword args, except for positional
"essid" which is now deprecated in favor of "ssid".
The changed argument names are
- "essid" changed to "ssid"
- "auth" or "authmode" changed to "security"
- "password" changed to "key"
Addresses issue #8083.
Diffstat (limited to 'docs/esp8266/quickref.rst')
0 files changed, 0 insertions, 0 deletions