mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
WiFi library compatibility fixes
This commit is contained in:
@ -137,6 +137,15 @@ public:
|
||||
*/
|
||||
char* SSID();
|
||||
|
||||
/*
|
||||
* Return the current network RSSI. Note: this is just a stub, there is no way to
|
||||
* get the RSSI in the Espressif SDK yet.
|
||||
*
|
||||
* return: RSSI value (currently 0)
|
||||
*/
|
||||
|
||||
int32_t RSSI() { return 0; }
|
||||
|
||||
/*
|
||||
* Start scan WiFi networks available
|
||||
*
|
||||
|
Reference in New Issue
Block a user