Unverified Commit 7b29bac6 authored by Juraj Andrássy's avatar Juraj Andrássy Committed by GitHub

WiFi BSSID getter fix (#9434)

Co-authored-by: default avatarMe No Dev <me-no-dev@users.noreply.github.com>
parent baca0079
...@@ -370,7 +370,7 @@ String WiFiSTAClass::psk() const ...@@ -370,7 +370,7 @@ String WiFiSTAClass::psk() const
*/ */
uint8_t* WiFiSTAClass::BSSID(uint8_t* buff) uint8_t* WiFiSTAClass::BSSID(uint8_t* buff)
{ {
return STA.BSSID(); return STA.BSSID(buff);
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment