main/config.h

changeset 33
331e7f700971
parent 32
7717ac1d2f7f
child 34
495b7eafbf5a
equal deleted inserted replaced
32:7717ac1d2f7f 33:331e7f700971
146 * @brief Records with WiFi stations we have succesfully connected. 146 * @brief Records with WiFi stations we have succesfully connected.
147 */ 147 */
148 struct strStations { 148 struct strStations {
149 char SSID[32]; ///< Station SSID 149 char SSID[32]; ///< Station SSID
150 char Password[64]; ///< Station password 150 char Password[64]; ///< Station password
151 bool hide; ///< Hide from AP scan. 151 bool xhide; ///< Hide from AP scan.
152 } wifiStation; ///< Station record. 152 } wifiStation; ///< Station record.
153 153
154 /** 154 /**
155 * @brief Add a new station record. 155 * @brief Add a new station record.
156 * @param SSID The SSID 156 * @param SSID The SSID

mercurial