main/config.h

changeset 49
4ec04c6f1551
parent 42
c6a1a6ca5437
child 70
d6838a268020
equal deleted inserted replaced
48:edbd87949204 49:4ec04c6f1551
169 bool AskAdd; ///< Ask to add the mash. 169 bool AskAdd; ///< Ask to add the mash.
170 bool AskRemove; ///< Ask to remove the mash. 170 bool AskRemove; ///< Ask to remove the mash.
171 bool AskIodine; ///< Ask to confirm the iodine test. 171 bool AskIodine; ///< Ask to confirm the iodine test.
172 uint8_t IodineTime; ///< Continue after this time if not confirmed. 172 uint8_t IodineTime; ///< Continue after this time if not confirmed.
173 int EquipmentRec; ///< Equipment record number. 173 int EquipmentRec; ///< Equipment record number.
174 char obsolete1[32]; ///< Obsolete. 174 char ntp_server[32]; ///< Preffered NTP server.
175 char hostname[32]; ///< Our hostname. 175 char hostname[32]; ///< Our hostname.
176 char ap_ssid[32]; ///< AP SSID. 176 char ap_ssid[32]; ///< AP SSID.
177 char ap_pwd[64]; ///< AP password. 177 char ap_pwd[64]; ///< AP password.
178 uint8_t ap_channel; ///< AP channel. 178 uint8_t ap_channel; ///< AP channel.
179 uint8_t ap_ssid_hidden; ///< AP SSID hidden. 179 uint8_t ap_ssid_hidden; ///< AP SSID hidden.

mercurial