parent
2a55029b0b
commit
82d891a767
|
@ -170,8 +170,8 @@
|
|||
#define can_baudrate_e_enum "50kbps", "83.33kbps", "100kbps", "125kbps", "250kbps", "500kbps", "1Mbps"
|
||||
#define CAN_BENCH_HEADER2 0x66
|
||||
#define CAN_DEFAULT_BASE 0x200
|
||||
#define CAN_ECU_SERIAL_RX_ID 0x100
|
||||
#define CAN_ECU_SERIAL_TX_ID 0x102
|
||||
#define CAN_ECU_SERIAL_RX_ID 0x710
|
||||
#define CAN_ECU_SERIAL_TX_ID 0x720
|
||||
#define can_nbc_e_auto_enum 0="CAN_BUS_NBC_NONE",12="CAN_AIM_DASH",4="CAN_BUS_BMW_E46",6="CAN_BUS_BMW_E90",10="CAN_BUS_GENESIS_COUPE",11="CAN_BUS_HONDA_K",7="CAN_BUS_Haltech",3="CAN_BUS_MAZDA_RX8",8="CAN_BUS_MQB",13="CAN_BUS_MS_SIMPLE_BROADCAST",1="CAN_BUS_NBC_FIAT",2="CAN_BUS_NBC_VAG",9="CAN_BUS_NISSAN_VQ",5="CAN_BUS_W202_C180"
|
||||
#define can_nbc_e_CAN_AIM_DASH 12
|
||||
#define can_nbc_e_CAN_BUS_BMW_E46 4
|
||||
|
@ -1296,7 +1296,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 158173924
|
||||
#define SIGNATURE_HASH 877660440
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1741,7 +1741,7 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.18.paralela.158173924"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.19.paralela.877660440"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 158173924
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.18.paralela.158173924"
|
||||
#define SIGNATURE_HASH 877660440
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.19.paralela.877660440"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.08.18.paralela.158173924"
|
||||
signature = "rusEFI master.2024.08.19.paralela.877660440"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.08.18.paralela.158173924" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.08.19.paralela.877660440" ; 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="NONE","TPS (A0)","MAP (A1)","CLT (A2)","INVALID","INVALID","TPS (A5)","INVALID","INVALID","O2-2 (B0)","INVALID","INVALID","BattV (C1)","IAT (C2)","O2-1 (C3)","PPS1 (C4)","PPS2 (C5)"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Aug 18 21:11:53 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Aug 19 21:11:50 UTC 2024
|
||||
|
||||
pageSize = 25068
|
||||
page = 1
|
||||
|
|
Loading…
Reference in New Issue