micropython/ports/esp8266/modules
iabdalkader 82b8a2d193 esp8266/modnetwork: Rename WLAN keyword args to ssid/security/key.
The WLAN.config() method now supports "ssid", "security" and "key" as
aliases to the existing "essid", "authmode" and "password", which are now
deprecated.  The help text and setup helper are also updated.

Addresses issue #8083.
2022-06-17 21:43:44 +10:00
..
_boot.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00
apa102.py ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
flashbdev.py esp8266: Change from FAT to littlefs v2 as default filesystem. 2020-04-04 16:30:36 +11:00
inisetup.py esp8266/modnetwork: Rename WLAN keyword args to ssid/security/key. 2022-06-17 21:43:44 +10:00
ntptime.py ports: Add utime.gmtime() function. 2020-09-18 16:25:36 +10:00
port_diag.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00