WiFi BSSID getter fix (#9434)
Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
This commit is contained in:
parent
baca007957
commit
7b29bac625
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ String WiFiSTAClass::psk() const
|
|||
*/
|
||||
uint8_t* WiFiSTAClass::BSSID(uint8_t* buff)
|
||||
{
|
||||
return STA.BSSID();
|
||||
return STA.BSSID(buff);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue