Skip to content

Commit f644d9d

Browse files
Lucme-no-dev
Luc
authored andcommitted
Use right function for BSSID (#2132)
1 parent a15b7e9 commit f644d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFi/src/WiFiMulti.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ uint8_t WiFiMulti::run(uint32_t connectTimeout)
123123
log_i("[WIFI] Connecting done.");
124124
log_d("[WIFI] SSID: %s", WiFi.SSID().c_str());
125125
log_d("[WIFI] IP: %s", WiFi.localIP().toString().c_str());
126-
log_d("[WIFI] MAC: %s", WiFi.BSSID().toString().c_str());
126+
log_d("[WIFI] MAC: %s", WiFi.BSSIDstr().c_str());
127127
log_d("[WIFI] Channel: %d", WiFi.channel());
128128
break;
129129
case 1:

0 commit comments

Comments
 (0)