auto-sync
This commit is contained in:
parent
e60df30f56
commit
8c997f4676
|
@ -72,6 +72,8 @@
|
|||
#define map_sensor_hwChannel_offset 252
|
||||
#define clt_offset 256
|
||||
#define clt_offset_hex 100
|
||||
#define clt_config_offset 256
|
||||
#define clt_config_offset_hex 100
|
||||
#define clt_tempC_1_offset 256
|
||||
#define clt_tempC_1_offset_hex 100
|
||||
#define clt_tempC_2_offset 260
|
||||
|
@ -92,6 +94,8 @@
|
|||
#define clt_s_h_c_offset_hex 124
|
||||
#define iat_offset 296
|
||||
#define iat_offset_hex 128
|
||||
#define iat_config_offset 296
|
||||
#define iat_config_offset_hex 128
|
||||
#define iat_tempC_1_offset 296
|
||||
#define iat_tempC_1_offset_hex 128
|
||||
#define iat_tempC_2_offset 300
|
||||
|
|
|
@ -100,7 +100,8 @@ float[MAP_WINDOW_SIZE] samplingWindow;@brief MAP averaging angle duration, by RP
|
|||
air_pressure_sensor_config_s sensor
|
||||
end_struct
|
||||
|
||||
struct ThermistorConf @brief Thermistor curve parameters
|
||||
|
||||
struct_no_prefix thermistor_conf_s @brief Thermistor curve parameters
|
||||
float tempC_1;these values are in Celcuus;"*C", 1, 0, -40, 200, 1
|
||||
float tempC_2;;"*C", 1, 0, -40, 200, 1
|
||||
float tempC_3;;"*C", 1, 0, -40, 200, 1
|
||||
|
@ -109,6 +110,10 @@ float resistance_2;;"Ohm", 1, 0, 0, 200000, 1
|
|||
float resistance_3;;"Ohm", 1, 0, 0, 200000, 1
|
||||
|
||||
float bias_resistor;;"Ohm", 1, 0, 0, 200000, 1
|
||||
end_struct
|
||||
|
||||
struct ThermistorConf @brief Thermistor curve parameters
|
||||
thermistor_conf_s config;
|
||||
|
||||
float s_h_a;
|
||||
float s_h_b;
|
||||
|
|
|
@ -40,7 +40,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated by ConfigDefinition.jar on Thu May 21 19:13:38 EDT 2015
|
||||
; this section was generated by ConfigDefinition.jar on Fri May 22 06:40:33 EDT 2015
|
||||
|
||||
pageSize = 15288
|
||||
page = 1
|
||||
|
|
Loading…
Reference in New Issue