We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2b44a commit 4dc62b2Copy full SHA for 4dc62b2
src/network_interfaces/Wippersnapper_ESP32.h
@@ -211,7 +211,8 @@ class Wippersnapper_ESP32 : public Wippersnapper {
211
@return ws_status_t
212
*/
213
/********************************************************/
214
- ws_status_t networkStatus() {
+ ws_status_t networkStatus() override {
215
+ WS_DEBUG_PRINTLN("ESP NetStatus");
216
switch (WiFi.status()) {
217
case WL_CONNECTED:
218
return WS_NET_CONNECTED;
0 commit comments