main/config.h

changeset 95
c02e12e9c884
parent 91
255a75322212
child 101
1bc6e9263ada
equal deleted inserted replaced
94:87aa80b8e452 95:c02e12e9c884
165 bool AskIodine; ///< Ask to confirm the iodine test. 165 bool AskIodine; ///< Ask to confirm the iodine test.
166 uint8_t IodineTime; ///< Continue after this time if not confirmed. 166 uint8_t IodineTime; ///< Continue after this time if not confirmed.
167 int EquipmentRec; ///< Equipment record number. 167 int EquipmentRec; ///< Equipment record number.
168 char ntp_server[32]; ///< Preffered NTP server. 168 char ntp_server[32]; ///< Preffered NTP server.
169 char hostname[32]; ///< Our hostname. 169 char hostname[32]; ///< Our hostname.
170 char ap_ssid[32]; ///< AP SSID. 170 char xap_ssid[32]; ///< AP SSID.
171 char ap_pwd[64]; ///< AP password. 171 char xap_pwd[64]; ///< AP password.
172 uint8_t ap_channel; ///< AP channel. 172 uint8_t xap_channel; ///< AP channel.
173 uint8_t ap_ssid_hidden; ///< AP SSID hidden. 173 uint8_t xap_ssid_hidden; ///< AP SSID hidden.
174 wifi_bandwidth_t ap_bandwidth; ///< AP channel bandwidth. 174 wifi_bandwidth_t xap_bandwidth; ///< AP channel bandwidth.
175 uint16_t ts_xleft; ///< TS calibration X left. 175 uint16_t ts_xleft; ///< TS calibration X left.
176 uint16_t ts_xright; ///< TS calibration X right. 176 uint16_t ts_xright; ///< TS calibration X right.
177 uint16_t ts_ytop; ///< TS calibration Y top. 177 uint16_t ts_ytop; ///< TS calibration Y top.
178 uint16_t ts_ybottom; ///< TS calibration Y bottom. 178 uint16_t ts_ybottom; ///< TS calibration Y bottom.
179 int RecipeRec; ///< Current recipe record. 179 int RecipeRec; ///< Current recipe record.

mercurial