This commit is contained in:
ja2142 2020-09-21 16:23:54 +00:00 committed by GitHub
commit 5c37653521
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
examples/wifi_scan
extras/libesphttpd

View file

@ -44,7 +44,7 @@ static void scan_done_cb(void *arg, sdk_scan_status_t status)
memcpy(ssid, bss->ssid, len);
ssid[len] = 0;
printf("%32s (" MACSTR ") RSSI: %02d, security: %s\n", ssid,
printf("%32.32s (" MACSTR ") RSSI: %02d, security: %s\n", ssid,
MAC2STR(bss->bssid), bss->rssi, auth_modes[bss->authmode]);
bss = bss->next.stqe_next;

@ -1 +1 @@
Subproject commit 30472301589fb0c4eae792884cafc92651a959e3
Subproject commit 29d341eea8954620a2b17449d0de905268a6189a