mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-14 19:16:31 +02:00
add RSSI return and fix SSID and BSSID methods
fixes: https://github.com/espressif/arduino-esp32/issues/144
This commit is contained in:
@ -78,7 +78,7 @@ public:
|
||||
uint8_t * BSSID();
|
||||
String BSSIDstr();
|
||||
|
||||
int32_t RSSI();
|
||||
int8_t RSSI();
|
||||
|
||||
static void _setStatus(wl_status_t status);
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user