summaryrefslogtreecommitdiff
path: root/ports/esp32/modnetwork.c
AgeCommit message (Expand)Author
2018-06-08esp32/modnetwork: Fix isconnected() when using static IP config.Glenn Moloney
2018-05-28esp32: Silence ESP-IDF log messages when in raw REPL mode.Nick Moore
2018-05-15esp32/modnetwork: Fix STA/AP activate/deactivate for new IDF API.Damien George
2018-05-14esp32: Update to latest ESP IDF version.Bas Wijnen
2018-05-02esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.Damien George
2018-05-01esp32/modnetwork: Allow to get ESSID of AP that STA is connected to.Damien George
2018-03-05esp32/modnetwork: Implement status('stations') to list STAs in AP mode.Lee Seong Per
2018-02-19esp32/modnetwork: Implement dhcp_hostname for WLAN.config().Damien George
2017-12-13esp32: Implement wired Ethernet via network.LAN().Eric Poulsen
2017-12-13esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig().Eric Poulsen
2017-12-13esp32/modnetwork: Give better error msgs for AP timeout and not-found.Damien George
2017-12-13esp32: Add new port to Espressif ESP32 SoC.Damien George