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 7b29bac

Browse filesBrowse files
JAndrassyme-no-dev
andauthored
WiFi BSSID getter fix (espressif#9434)
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
1 parent baca007 commit 7b29bac
Copy full SHA for 7b29bac

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎libraries/WiFi/src/WiFiSTA.cpp

Copy file name to clipboardExpand all lines: libraries/WiFi/src/WiFiSTA.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ String WiFiSTAClass::psk() const
370370
*/
371371
uint8_t* WiFiSTAClass::BSSID(uint8_t* buff)
372372
{
373-
return STA.BSSID();
373+
return STA.BSSID(buff);
374374
}
375375

376376
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.