increase closer to 0.5M or 1M fix #5790
This commit is contained in:
parent
96b4d04990
commit
5873de5a0b
|
@ -376,12 +376,12 @@ air_pressure_sensor_config_s sensor
|
|||
end_struct
|
||||
|
||||
struct_no_prefix thermistor_conf_s @brief Thermistor known values
|
||||
float tempC_1;these values are in Celcius;"*C", 1, 0, -40, 200, 1
|
||||
float tempC_2;;"*C", 1, 0, -40, 200, 1
|
||||
float tempC_3;;"*C", 1, 0, -40, 200, 1
|
||||
float resistance_1;;"Ohm", 1, 0, 0, 200000, 1
|
||||
float resistance_2;;"Ohm", 1, 0, 0, 200000, 1
|
||||
float resistance_3;;"Ohm", 1, 0, 0, 200000, 1
|
||||
float tempC_1;these values are in Celcius;"*C", 1, 0, -55, 200, 1
|
||||
float tempC_2;;"*C", 1, 0, -55, 200, 1
|
||||
float tempC_3;;"*C", 1, 0, -55, 200, 1
|
||||
float resistance_1;;"Ohm", 1, 0, 0, 1000000, 1
|
||||
float resistance_2;;"Ohm", 1, 0, 0, 1000000, 1
|
||||
float resistance_3;;"Ohm", 1, 0, 0, 1000000, 1
|
||||
|
||||
float bias_resistor;Pull-up resistor value on your board;"Ohm", 1, 0, 0, 200000, 1
|
||||
end_struct
|
||||
|
|
Loading…
Reference in New Issue