Skip to content

Commit 4d2a3c2

Browse files
committed
WiFi BSSID getter fix
1 parent f2026f1 commit 4d2a3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)