diff -r 7717ac1d2f7f -r 331e7f700971 main/config.h --- a/main/config.h Tue Nov 12 16:55:36 2019 +0100 +++ b/main/config.h Tue Nov 12 21:57:40 2019 +0100 @@ -148,7 +148,7 @@ struct strStations { char SSID[32]; ///< Station SSID char Password[64]; ///< Station password - bool hide; ///< Hide from AP scan. + bool xhide; ///< Hide from AP scan. } wifiStation; ///< Station record. /**