Skip to content

Commit 7b29bac

Browse files
JAndrassyme-no-dev
andauthored
WiFi BSSID getter fix (espressif#9434)
Co-authored-by: Me No Dev <[email protected]>
1 parent baca007 commit 7b29bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiSTA.cpp

+1-1
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)