Skip to content
  • Mark's avatar
    esp8266/modnetwork: Use struct bss_info::ssid_len for ESSID length. · 822e9ca8
    Mark authored
    Instead of calling strlen(), which won't work if there're 32 chars in
    returned ESSID. struct bss_info::ssid_len is not documented in SDK API
    Guide, but is present in SDK headers since 1.4.0. Just in case, previous
    code is left commented.
    822e9ca8