mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-14 11:16:29 +02:00
fix issue with STA emiting the wrong event
This commit is contained in:
@ -72,7 +72,7 @@ public:
|
||||
bool setHostname(const char * hostname);
|
||||
|
||||
// STA WiFi info
|
||||
wl_status_t status();
|
||||
static wl_status_t status();
|
||||
String SSID() const;
|
||||
String psk() const;
|
||||
|
||||
|
Reference in New Issue
Block a user