Auto-generated configs and docs
This commit is contained in:
parent
6e5e7626a8
commit
c470613ffb
|
@ -1297,7 +1297,7 @@
|
|||
#define show_test_presets false
|
||||
#define show_uaefi_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3299037431
|
||||
#define SIGNATURE_HASH 2689927301
|
||||
#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"
|
||||
|
@ -1631,7 +1631,7 @@
|
|||
#define ts_show_cylinder_bank true
|
||||
#define ts_show_debug_mode false
|
||||
#define ts_show_ego2 true
|
||||
#define ts_show_egt false
|
||||
#define ts_show_egt true
|
||||
#define ts_show_etb true
|
||||
#define ts_show_etb_bias_curve true
|
||||
#define ts_show_etb_extra_monitoring false
|
||||
|
@ -1739,7 +1739,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.04.uaefi.3299037431"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.04.uaefi.2689927301"
|
||||
#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 3299037431
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.04.uaefi.3299037431"
|
||||
#define SIGNATURE_HASH 2689927301
|
||||
#define TS_SIGNATURE "rusEFI master.2024.08.04.uaefi.2689927301"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.08.04.uaefi.3299037431"
|
||||
signature = "rusEFI master.2024.08.04.uaefi.2689927301"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.08.04.uaefi.3299037431" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.08.04.uaefi.2689927301" ; 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","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","C15 Fuel Pressure / AUX3","C14 TPS2","INVALID","D9 MAP","On-board MAP","D16 CLT Coolant","D15 IAT","C4 PPS2"
|
||||
|
||||
; 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 04 18:04:35 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Aug 04 20:53:31 UTC 2024
|
||||
|
||||
pageSize = 22960
|
||||
page = 1
|
||||
|
@ -6204,6 +6204,7 @@ menuDialog = main
|
|||
subMenu = fuelLevelDialog, "Fuel level sensor"
|
||||
subMenu = ambientTempSensor, "Ambient temp sensor", { 1 }, { uiMode == 0 || uiMode == 1 }
|
||||
subMenu = compressorDischargeTemperature, "Compressor discharge temp"
|
||||
subMenu = egtInputs, "EGT"
|
||||
subMenu = wastegateIdlePos, "Wastegate and idle position sensors"
|
||||
subMenu = acPressureSensor, "A/C Pressure"
|
||||
|
||||
|
|
Loading…
Reference in New Issue