From 923a18e5c10cfdd867eaa0d847b0a6aa6488e891 Mon Sep 17 00:00:00 2001 From: rjsc Date: Wed, 7 Feb 2024 12:33:05 +0000 Subject: [PATCH] make clang happy --- Software/src/devboard/webserver/webserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/src/devboard/webserver/webserver.cpp b/Software/src/devboard/webserver/webserver.cpp index d5b28496..bfb1318c 100644 --- a/Software/src/devboard/webserver/webserver.cpp +++ b/Software/src/devboard/webserver/webserver.cpp @@ -50,7 +50,7 @@ unsigned long wifi_reconnect_backoff_time = DEFAULT_WIFI_RECONNECT_BACKOFF_TIME; enum WiFiState { DISCONNECTED, CONNECTING, CONNECTED }; WiFiState wifi_state = - DISCONNECTED; //the esp library has no specific state to indicate if its connecting (only WL_IDLE_STATUS) so we keep track of it here + DISCONNECTED; //the esp library has no specific state to indicate if its connecting (only WL_IDLE_STATUS) so we keep track of it here void init_webserver() { // Configure WiFi