8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15b7e9 commit f644d9dCopy full SHA for f644d9d
libraries/WiFi/src/WiFiMulti.cpp
@@ -123,7 +123,7 @@ uint8_t WiFiMulti::run(uint32_t connectTimeout)
123
log_i("[WIFI] Connecting done.");
124
log_d("[WIFI] SSID: %s", WiFi.SSID().c_str());
125
log_d("[WIFI] IP: %s", WiFi.localIP().toString().c_str());
126
- log_d("[WIFI] MAC: %s", WiFi.BSSID().toString().c_str());
+ log_d("[WIFI] MAC: %s", WiFi.BSSIDstr().c_str());
127
log_d("[WIFI] Channel: %d", WiFi.channel());
128
break;
129
case 1:
0 commit comments