parent
c4f14db4f1
commit
cfb5441c9e
|
@ -1297,7 +1297,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1614527695
|
||||
#define SIGNATURE_HASH 2699294650
|
||||
#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"
|
||||
|
@ -1620,6 +1620,7 @@
|
|||
#define ts_show_communityCommsLedPid false
|
||||
#define ts_show_compression_ratio false
|
||||
#define ts_show_compressor_sensor true
|
||||
#define ts_show_console_settings true
|
||||
#define ts_show_cylinder_10 true
|
||||
#define ts_show_cylinder_11 true
|
||||
#define ts_show_cylinder_12 true
|
||||
|
@ -1743,7 +1744,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.30.paralela.1614527695"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.31.paralela.2699294650"
|
||||
#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 1614527695
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.30.paralela.1614527695"
|
||||
#define SIGNATURE_HASH 2699294650
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.31.paralela.2699294650"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.08.30.paralela.1614527695"
|
||||
signature = "rusEFI master.2024.08.31.paralela.2699294650"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.08.30.paralela.1614527695" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.08.31.paralela.2699294650" ; 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 Fri Aug 30 21:11:50 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Aug 31 21:11:21 UTC 2024
|
||||
|
||||
pageSize = 25068
|
||||
page = 1
|
||||
|
|
Loading…
Reference in New Issue