After upgrade - Controller Error: Burn Page failed CRC Check. - resistor pullup values fix #6844
only:uaefi
This commit is contained in:
parent
afd54f3f62
commit
edae2ba73d
|
@ -2949,7 +2949,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
|
||||
dialog = auxTempSensor1Sensor, "aux1 Thermistor Settings"
|
||||
field = "Input channel", auxTempSensor1_adcChannel
|
||||
field = "Pullup resistor", auxTempSensor1_bias_resistor, {auxTempSensor1_adcChannel != @@ADC_CHANNEL_NONE@@}
|
||||
field = "Pullup resistor", auxTempSensor1_bias_resistor, {auxTempSensor1_adcChannel != @@ADC_CHANNEL_NONE@@}@@if_ts_show_clt_iat_pullup
|
||||
|
||||
field = "#Here is three pairs of thermistor temperature and resistance."
|
||||
field = "#Typical temperatures is -40 deg C, 0 deg C and 100 deg C"
|
||||
|
@ -2965,7 +2965,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
|
||||
dialog = auxTempSensor2Sensor, "aux2 Thermistor Settings"
|
||||
field = "Input channel", auxTempSensor2_adcChannel
|
||||
field = "Pullup resistor", auxTempSensor2_bias_resistor, {auxTempSensor2_adcChannel != @@ADC_CHANNEL_NONE@@}
|
||||
field = "Pullup resistor", auxTempSensor2_bias_resistor, {auxTempSensor2_adcChannel != @@ADC_CHANNEL_NONE@@}@@if_ts_show_clt_iat_pullup
|
||||
|
||||
field = "#Here is three pairs of thermistor temperature and resistance."
|
||||
field = "#Typical temperatures is -40 deg C, 0 deg C and 100 deg C"
|
||||
|
|
Loading…
Reference in New Issue