mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Bugfix for Open and WEP nets
This commit is contained in:
@ -83,6 +83,9 @@ public:
|
||||
// Return the current RSSI /Received Signal Strength in dBm) associated with the network identified with networkItem
|
||||
int32_t RSSI(uint8_t networkItem);
|
||||
|
||||
// Return Connection status
|
||||
uint8_t status();
|
||||
|
||||
friend class Client;
|
||||
friend class Server;
|
||||
};
|
||||
|
Reference in New Issue
Block a user