From 71b01819c1c365686b0495ec3aac6e5a031e31df Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 15 Feb 2019 18:23:30 +0900 Subject: [PATCH] Suppress used uninitialized warning. Fixed Issue #39 --- src/AutoConnectPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoConnectPage.cpp b/src/AutoConnectPage.cpp index 4e3426e..dce26a5 100644 --- a/src/AutoConnectPage.cpp +++ b/src/AutoConnectPage.cpp @@ -820,7 +820,7 @@ String AutoConnect::_token_WIFI_STATUS(PageArgument& args) { String AutoConnect::_token_STATION_STATUS(PageArgument& args) { uint8_t st; - const char* wlStatusSymbol; + const char* wlStatusSymbol = ""; #if defined(ARDUINO_ARCH_ESP8266) static const char *wlStatusSymbols[] = {