// // Some settings // #ifndef PROJGLOBALS_H #define PROJGLOBALS_H #include #include "WiFiConfiguration.h" extern bool isStationMode; extern ESP8266WebServer server; extern ConfigManager wifiConfig; #endif // PROJGLOBALS_H