diff --git a/software/src/main.cpp b/software/src/main.cpp index aee9a09..471054c 100644 --- a/software/src/main.cpp +++ b/software/src/main.cpp @@ -33,6 +33,7 @@ elec::Switch *gSwitch = nullptr; WiFiManager *gWiFiMgr = nullptr; WiFiServer *gServer = nullptr; +/* Static variables ------------------------------------ */ static std::string sRequest; /* On-boot routine */