parent
3a5024c507
commit
4f03ff84ba
|
@ -2,7 +2,7 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh integration/rusefi_config.txt
|
||||
//
|
||||
|
||||
#define adc_channel_e_auto_enum 0="EFI_ADC_NONE",1="EFI_ADC_0",2="EFI_ADC_1",11="EFI_ADC_10",12="EFI_ADC_11",13="EFI_ADC_12",14="EFI_ADC_13",15="EFI_ADC_14",16="EFI_ADC_15",17="EFI_ADC_16",18="EFI_ADC_17",19="EFI_ADC_18",20="EFI_ADC_19",3="EFI_ADC_2",21="EFI_ADC_20",22="EFI_ADC_21",23="EFI_ADC_22",24="EFI_ADC_23",25="EFI_ADC_24",26="EFI_ADC_25",27="EFI_ADC_26",28="EFI_ADC_27",29="EFI_ADC_28",30="EFI_ADC_29",4="EFI_ADC_3",31="EFI_ADC_30",32="EFI_ADC_31",5="EFI_ADC_4",6="EFI_ADC_5",7="EFI_ADC_6",8="EFI_ADC_7",9="EFI_ADC_8",10="EFI_ADC_9",50="EFI_ADC_ERROR",33="EFI_ADC_LAST_CHANNEL"
|
||||
#define adc_channel_e_auto_enum 0="EFI_ADC_NONE",1="EFI_ADC_0",2="EFI_ADC_1",11="EFI_ADC_10",12="EFI_ADC_11",13="EFI_ADC_12",14="EFI_ADC_13",15="EFI_ADC_14",16="EFI_ADC_15",17="EFI_ADC_16",18="EFI_ADC_17",19="EFI_ADC_18",20="EFI_ADC_19",3="EFI_ADC_2",21="EFI_ADC_20",22="EFI_ADC_21",23="EFI_ADC_22",24="EFI_ADC_23",25="EFI_ADC_24",26="EFI_ADC_25",27="EFI_ADC_26",28="EFI_ADC_27",29="EFI_ADC_28",30="EFI_ADC_29",4="EFI_ADC_3",31="EFI_ADC_30",32="EFI_ADC_31",33="EFI_ADC_32",34="EFI_ADC_33",35="EFI_ADC_34",36="EFI_ADC_35",37="EFI_ADC_36",38="EFI_ADC_37",39="EFI_ADC_38",40="EFI_ADC_39",5="EFI_ADC_4",6="EFI_ADC_5",7="EFI_ADC_6",8="EFI_ADC_7",9="EFI_ADC_8",10="EFI_ADC_9",50="EFI_ADC_ERROR",41="EFI_ADC_TOTAL_CHANNELS"
|
||||
#define adc_channel_e_EFI_ADC_0 1
|
||||
#define adc_channel_e_EFI_ADC_1 2
|
||||
#define adc_channel_e_EFI_ADC_10 11
|
||||
|
@ -29,6 +29,14 @@
|
|||
#define adc_channel_e_EFI_ADC_3 4
|
||||
#define adc_channel_e_EFI_ADC_30 31
|
||||
#define adc_channel_e_EFI_ADC_31 32
|
||||
#define adc_channel_e_EFI_ADC_32 33
|
||||
#define adc_channel_e_EFI_ADC_33 34
|
||||
#define adc_channel_e_EFI_ADC_34 35
|
||||
#define adc_channel_e_EFI_ADC_35 36
|
||||
#define adc_channel_e_EFI_ADC_36 37
|
||||
#define adc_channel_e_EFI_ADC_37 38
|
||||
#define adc_channel_e_EFI_ADC_38 39
|
||||
#define adc_channel_e_EFI_ADC_39 40
|
||||
#define adc_channel_e_EFI_ADC_4 5
|
||||
#define adc_channel_e_EFI_ADC_5 6
|
||||
#define adc_channel_e_EFI_ADC_6 7
|
||||
|
@ -36,8 +44,8 @@
|
|||
#define adc_channel_e_EFI_ADC_8 9
|
||||
#define adc_channel_e_EFI_ADC_9 10
|
||||
#define adc_channel_e_EFI_ADC_ERROR 50
|
||||
#define adc_channel_e_EFI_ADC_LAST_CHANNEL 33
|
||||
#define adc_channel_e_EFI_ADC_NONE 0
|
||||
#define adc_channel_e_EFI_ADC_TOTAL_CHANNELS 41
|
||||
#define adc_channel_e_enum "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||
#define adc_channel_e_fullenum "Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||
#define ADC_CHANNEL_NONE 0
|
||||
|
@ -1643,7 +1651,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.06.XYZ.2485798642"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.07.XYZ.2485798642"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
//
|
||||
|
||||
#define SIGNATURE_HASH 2485798642
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.06.XYZ.2485798642"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.07.XYZ.2485798642"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI default.2024.05.06.XYZ.2485798642"
|
||||
signature = "rusEFI default.2024.05.07.XYZ.2485798642"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI default.2024.05.06.XYZ.2485798642" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI default.2024.05.07.XYZ.2485798642" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 06 16:41:06 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue May 07 16:40:04 UTC 2024
|
||||
|
||||
pageSize = 22656
|
||||
page = 1
|
||||
|
|
Loading…
Reference in New Issue