Improve output during pkimd sniff

This commit is contained in:
wallali
2023-04-21 14:26:43 +01:00
parent 09615832b3
commit ce6a40e554

View File

@@ -2935,6 +2935,8 @@ void WiFiScan::eapolSnifferCallback(void* buf, wifi_promiscuous_pkt_type_t type)
display_obj.loading = false; display_obj.loading = false;
} }
#endif #endif
#else
Serial.println(addr);
#endif #endif
// for (int i = 0; i < len; i++) { // for (int i = 0; i < len; i++) {