Auto-generated configs and docs
This commit is contained in:
parent
6cd61e0ceb
commit
bb143f6cc3
|
@ -1057,7 +1057,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3439378742
|
||||
#define SIGNATURE_HASH 1668073882
|
||||
#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"
|
||||
|
@ -1357,7 +1357,7 @@
|
|||
#define ts_show_vr_threshold_2 true
|
||||
#define ts_show_vr_threshold_all true
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.subaru_eg33_f7.3439378742"
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.subaru_eg33_f7.1668073882"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -53,7 +53,6 @@ const char * getBoardSpecificPinName(brain_pin_e brainPin) {
|
|||
case Gpio::TLE6240_PIN_7: return "D19 - Check Engine indicator";
|
||||
case Gpio::TLE6240_PIN_8: return "C15 - AUX1 OD out";
|
||||
case Gpio::TLE6240_PIN_9: return "D18 - Auxillary air valve";
|
||||
case Gpio::Unassigned: return "B07 - Power Steering Switch";
|
||||
default: return nullptr;
|
||||
}
|
||||
return nullptr;
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3439378742
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.subaru_eg33_f7.3439378742"
|
||||
#define SIGNATURE_HASH 1668073882
|
||||
#define TS_SIGNATURE "rusEFI master.2024.01.03.subaru_eg33_f7.1668073882"
|
||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI master.2024.01.03.subaru_eg33_f7.3439378742"
|
||||
signature = "rusEFI master.2024.01.03.subaru_eg33_f7.1668073882"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI master.2024.01.03.subaru_eg33_f7.3439378742" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI master.2024.01.03.subaru_eg33_f7.1668073882" ; 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
|
||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 03:49:10 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jan 03 12:58:06 UTC 2024
|
||||
|
||||
pageSize = 22088
|
||||
page = 1
|
||||
|
|
Loading…
Reference in New Issue