Skip to content

Commit 4dc62b2

Browse files
committed
Add override to esp32
1 parent ea2b44a commit 4dc62b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/network_interfaces/Wippersnapper_ESP32.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ class Wippersnapper_ESP32 : public Wippersnapper {
211211
@return ws_status_t
212212
*/
213213
/********************************************************/
214-
ws_status_t networkStatus() {
214+
ws_status_t networkStatus() override {
215+
WS_DEBUG_PRINTLN("ESP NetStatus");
215216
switch (WiFi.status()) {
216217
case WL_CONNECTED:
217218
return WS_NET_CONNECTED;

0 commit comments

Comments
 (0)