main/config.h

changeset 33
331e7f700971
parent 32
7717ac1d2f7f
child 34
495b7eafbf5a
--- 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.
 
 /**

mercurial