Skip to content
Snippets Groups Projects
  • Gunar Schorcht's avatar
    92f6c1a7
    cpu/esp8266: WiFi mode changed in esp_wifi · 92f6c1a7
    Gunar Schorcht authored
    Although only the station interface is needed, the WiFi interface has to be used in SoftAP + Station mode. Otherwise the send function blocks sporadically. Since the SoftAP interface is not used, it is configured with a hidden SSID and a long beacon interval. Connections from other stations are not allowed.
    92f6c1a7
    History
    cpu/esp8266: WiFi mode changed in esp_wifi
    Gunar Schorcht authored
    Although only the station interface is needed, the WiFi interface has to be used in SoftAP + Station mode. Otherwise the send function blocks sporadically. Since the SoftAP interface is not used, it is configured with a hidden SSID and a long beacon interval. Connections from other stations are not allowed.