micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
673 stars 216 forks source link

Esp32 WLAN.config protocol (including LR) #196

Closed nickzoic closed 6 years ago

nickzoic commented 6 years ago

Adds support for selecting WiFi protocol for a WLAN interface using the WLAN().config() method.

Includes support for "802.11 LR", an Espressif-specific Low Rate / Long Range version of 802.11. See https://dl.espressif.com/doc/esp-idf/latest/api-guides/wifi.html#wi-fi-protocol-mode

nickzoic commented 6 years ago

(I'm going to recreate this as a PR covering ESP8266 and ESP32 ports, over in the main project, so closing it here)