mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
add rssi function of new SDK 1.1.0
fix warning in hexdump and ESP8266WiFiMulti
This commit is contained in:
@ -163,13 +163,12 @@ public:
|
||||
int32_t channel(void);
|
||||
|
||||
/*
|
||||
* 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 the current network RSSI.
|
||||
*
|
||||
* return: RSSI value (currently 0)
|
||||
* return: RSSI value
|
||||
*/
|
||||
|
||||
int32_t RSSI() { return 0; }
|
||||
int32_t RSSI();
|
||||
|
||||
/*
|
||||
* Start scan WiFi networks available
|
||||
|
Reference in New Issue
Block a user