Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f644d9d

Browse filesBrowse files
Lucme-no-dev
authored andcommitted
Use right function for BSSID (espressif#2132)
1 parent a15b7e9 commit f644d9d
Copy full SHA for f644d9d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libraries/WiFi/src/WiFiMulti.cpp

Copy file name to clipboardExpand all lines: libraries/WiFi/src/WiFiMulti.cpp
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.