add RSSI return and fix SSID and BSSID methods

fixes: https://github.com/espressif/arduino-esp32/issues/144
This commit is contained in:
me-no-dev
2017-01-24 00:56:12 +02:00
parent 13f3ac569b
commit 3c7d0e9905
2 changed files with 23 additions and 16 deletions

View File

@ -78,7 +78,7 @@ public:
uint8_t * BSSID();
String BSSIDstr();
int32_t RSSI();
int8_t RSSI();
static void _setStatus(wl_status_t status);
protected: