Auto-generated configs and docs
This commit is contained in:
parent
3a133f1da7
commit
c262f38473
|
@ -22,7 +22,6 @@ entry = launchTriggered, "Launch Control Triggered", int, "%d"
|
|||
entry = isTps2Error, "Error: TPS2", int, "%d"
|
||||
entry = injectorFault, "Injector Fault", int, "%d"
|
||||
entry = ignitionFault, "Ignition Fault", int, "%d"
|
||||
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
|
||||
entry = isUsbConnected, "isUsbConnected", int, "%d"
|
||||
entry = dfcoActive, "dfcoActive", int, "%d"
|
||||
entry = sd_active_wr, "SD card writing", int, "%d"
|
||||
|
@ -516,19 +515,19 @@ entry = di_nextStart, "GDI: next start", float, "%.3f"
|
|||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||
entry = retardThresholdRpm, "retardThresholdRpm", int, "%d"
|
||||
entry = retardThresholdRpm, "Launch: Retard threshold RPM", int, "%d"
|
||||
entry = launchActivatePinState, "launchActivatePinState", int, "%d"
|
||||
entry = isPreLaunchCondition, "isPreLaunchCondition", int, "%d"
|
||||
entry = isLaunchCondition, "isLaunchCondition", int, "%d"
|
||||
entry = isSwitchActivated, "isSwitchActivated", int, "%d"
|
||||
entry = isClutchActivated, "isClutchActivated", int, "%d"
|
||||
entry = isLaunchCondition, "Launch: isLaunchCondition", int, "%d"
|
||||
entry = isSwitchActivated, "Launch: isSwitchActivated", int, "%d"
|
||||
entry = isClutchActivated, "Launch: isClutchActivated", int, "%d"
|
||||
entry = isBrakePedalActivated, "isBrakePedalActivated", int, "%d"
|
||||
entry = isValidInputPin, "isValidInputPin", int, "%d"
|
||||
entry = activateSwitchCondition, "activateSwitchCondition", int, "%d"
|
||||
entry = isValidInputPin, "Launch: isValidInputPin", int, "%d"
|
||||
entry = activateSwitchCondition, "Launch: activateSwitchCondition", int, "%d"
|
||||
entry = rpmLaunchCondition, "rpmLaunchCondition", int, "%d"
|
||||
entry = rpmPreLaunchCondition, "rpmPreLaunchCondition", int, "%d"
|
||||
entry = speedCondition, "speedCondition", int, "%d"
|
||||
entry = tpsCondition, "tpsCondition", int, "%d"
|
||||
entry = speedCondition, "Launch: speedCondition", int, "%d"
|
||||
entry = tpsCondition, "Launch: tpsCondition", int, "%d"
|
||||
entry = isTorqueReductionTriggerPinValid, "isTorqueReductionTriggerPinValid", int, "%d"
|
||||
entry = torqueReductionTriggerPinState, "torqueReductionTriggerPinState", int, "%d"
|
||||
entry = isTimeConditionSatisfied, "isTimeConditionSatisfied", int, "%d"
|
||||
|
@ -607,10 +606,10 @@ entry = isPrime, "isPrime", int, "%d"
|
|||
entry = engineTurnedRecently, "engineTurnedRecently", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = ignitionOn, "ignitionOn", int, "%d"
|
||||
entry = isBenchTest, "isBenchTest", int, "%d"
|
||||
entry = hasIgnitionVoltage, "hasIgnitionVoltage", int, "%d"
|
||||
entry = mainRelayState, "mainRelayState", int, "%d"
|
||||
entry = delayedShutoffRequested, "delayedShutoffRequested", int, "%d"
|
||||
entry = isBenchTest, "Main relay: Bench test", int, "%d"
|
||||
entry = hasIgnitionVoltage, "Main relay: Has IGN voltage", int, "%d"
|
||||
entry = mainRelayState, "Main relay: On", int, "%d"
|
||||
entry = delayedShutoffRequested, "Main relay: Delayed shutoff", int, "%d"
|
||||
entry = lua_fuelAdd, "Lua: Fuel add", float, "%.3f"
|
||||
entry = lua_fuelMult, "Lua: Fuel mult", float, "%.3f"
|
||||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
|
|
|
@ -22,13 +22,12 @@ launchTriggered = bits, U32, 0, [20:20]
|
|||
isTps2Error = bits, U32, 0, [21:21]
|
||||
injectorFault = bits, U32, 0, [22:22]
|
||||
ignitionFault = bits, U32, 0, [23:23]
|
||||
isMainRelayOn = bits, U32, 0, [24:24]
|
||||
isUsbConnected = bits, U32, 0, [25:25]
|
||||
dfcoActive = bits, U32, 0, [26:26]
|
||||
sd_active_wr = bits, U32, 0, [27:27]
|
||||
sd_active_rd = bits, U32, 0, [28:28]
|
||||
isMapValid = bits, U32, 0, [29:29]
|
||||
triggerPageRefreshFlag = bits, U32, 0, [30:30]
|
||||
isUsbConnected = bits, U32, 0, [24:24]
|
||||
dfcoActive = bits, U32, 0, [25:25]
|
||||
sd_active_wr = bits, U32, 0, [26:26]
|
||||
sd_active_rd = bits, U32, 0, [27:27]
|
||||
isMapValid = bits, U32, 0, [28:28]
|
||||
triggerPageRefreshFlag = bits, U32, 0, [29:29]
|
||||
RPMValue = scalar, U16, 4, "RPM", 1, 0
|
||||
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
|
||||
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
|
||||
|
|
|
@ -463,7 +463,7 @@ di_nextStart("GDI: next start", SensorCategory.SENSOR_INPUTS, FieldType.INT, 112
|
|||
m_deadtime("Fuel: injector lag", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1124, 1.0, 0.0, 0.0, "ms"),
|
||||
pressureDelta("Fuel: Injector pressure delta", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1128, 1.0, -1000.0, 1000.0, "kPa"),
|
||||
pressureRatio("Fuel: Injector pressure ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1132, 1.0, 0.0, 100.0, ""),
|
||||
retardThresholdRpm("retardThresholdRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1136, 1.0, -1.0, -1.0, ""),
|
||||
retardThresholdRpm("Launch: Retard threshold RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1136, 1.0, -1.0, -1.0, ""),
|
||||
fuelALSCorrection("fuelALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1152, 1.0, -1.0, -1.0, ""),
|
||||
timingALSCorrection("timingALSCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1156, 0.01, -20.0, 20.0, "deg"),
|
||||
timingALSSkip("timingALSSkip", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1158, 0.01, 0.0, 50.0, "deg"),
|
||||
|
|
|
@ -26,13 +26,12 @@ static const LogField fields[] = {
|
|||
{engine->outputChannels, 0, 21, "Error: TPS2", ""},
|
||||
{engine->outputChannels, 0, 22, "Injector Fault", ""},
|
||||
{engine->outputChannels, 0, 23, "Ignition Fault", ""},
|
||||
{engine->outputChannels, 0, 24, "isMainRelayOn", ""},
|
||||
{engine->outputChannels, 0, 25, "isUsbConnected", ""},
|
||||
{engine->outputChannels, 0, 26, "dfcoActive", ""},
|
||||
{engine->outputChannels, 0, 27, "SD card writing", ""},
|
||||
{engine->outputChannels, 0, 28, "SD card reading", ""},
|
||||
{engine->outputChannels, 0, 29, "MAP from sensor seems valid", ""},
|
||||
{engine->outputChannels, 0, 30, "triggerPageRefreshFlag", ""},
|
||||
{engine->outputChannels, 0, 24, "isUsbConnected", ""},
|
||||
{engine->outputChannels, 0, 25, "dfcoActive", ""},
|
||||
{engine->outputChannels, 0, 26, "SD card writing", ""},
|
||||
{engine->outputChannels, 0, 27, "SD card reading", ""},
|
||||
{engine->outputChannels, 0, 28, "MAP from sensor seems valid", ""},
|
||||
{engine->outputChannels, 0, 29, "triggerPageRefreshFlag", ""},
|
||||
{engine->outputChannels.RPMValue, "RPM", "RPM", 0},
|
||||
{engine->outputChannels.rpmAcceleration, "dRPM", "RPM acceleration/Rate of Change/ROC", 2},
|
||||
{engine->outputChannels.speedToRpmRatio, "Gearbox Ratio", "value", 2},
|
||||
|
@ -518,7 +517,7 @@ static const LogField fields[] = {
|
|||
{engine->module<InjectorModelPrimary>()->pressureRatio, "Fuel: Injector pressure ratio", "", 3},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController.retardThresholdRpm, "retardThresholdRpm", "", 0},
|
||||
{engine->launchController.retardThresholdRpm, "Launch: Retard threshold RPM", "", 0},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 0, "launchActivatePinState", ""},
|
||||
|
@ -527,22 +526,22 @@ static const LogField fields[] = {
|
|||
{engine->launchController, 4, 1, "isPreLaunchCondition", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 2, "isLaunchCondition", ""},
|
||||
{engine->launchController, 4, 2, "Launch: isLaunchCondition", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 3, "isSwitchActivated", ""},
|
||||
{engine->launchController, 4, 3, "Launch: isSwitchActivated", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 4, "isClutchActivated", ""},
|
||||
{engine->launchController, 4, 4, "Launch: isClutchActivated", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 5, "isBrakePedalActivated", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 6, "isValidInputPin", ""},
|
||||
{engine->launchController, 4, 6, "Launch: isValidInputPin", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 7, "activateSwitchCondition", ""},
|
||||
{engine->launchController, 4, 7, "Launch: activateSwitchCondition", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 8, "rpmLaunchCondition", ""},
|
||||
|
@ -551,10 +550,10 @@ static const LogField fields[] = {
|
|||
{engine->launchController, 4, 9, "rpmPreLaunchCondition", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 10, "speedCondition", ""},
|
||||
{engine->launchController, 4, 10, "Launch: speedCondition", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->launchController, 4, 11, "tpsCondition", ""},
|
||||
{engine->launchController, 4, 11, "Launch: tpsCondition", ""},
|
||||
#endif
|
||||
#if EFI_LAUNCH_CONTROL
|
||||
{engine->shiftTorqueReductionController, 0, 0, "isTorqueReductionTriggerPinValid", ""},
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define show_2chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 977669666
|
||||
#define SIGNATURE_HASH 392792557
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.alphax-2chan.977669666"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-2chan.392792557"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1337,7 +1337,7 @@
|
|||
#define show_4chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1943992747
|
||||
#define SIGNATURE_HASH 1592884836
|
||||
#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"
|
||||
|
@ -1805,7 +1805,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.2025.01.14.alphax-4chan.1943992747"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4chan.1592884836"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1337,7 +1337,7 @@
|
|||
#define show_4chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1943992747
|
||||
#define SIGNATURE_HASH 1592884836
|
||||
#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"
|
||||
|
@ -1805,7 +1805,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.2025.01.14.alphax-4chan_f7.1943992747"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4chan_f7.1592884836"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 494414781
|
||||
#define SIGNATURE_HASH 811052146
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.alphax-4k-gdi.494414781"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4k-gdi.811052146"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define show_8chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 211925510
|
||||
#define SIGNATURE_HASH 562970057
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.alphax-8chan-revA.211925510"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan-revA.562970057"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1334,7 +1334,7 @@
|
|||
#define show_8chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3972291880
|
||||
#define SIGNATURE_HASH 3253459687
|
||||
#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"
|
||||
|
@ -1802,7 +1802,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.2025.01.14.alphax-8chan.3972291880"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan.3253459687"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1334,7 +1334,7 @@
|
|||
#define show_8chan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3972291880
|
||||
#define SIGNATURE_HASH 3253459687
|
||||
#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"
|
||||
|
@ -1802,7 +1802,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.2025.01.14.alphax-8chan_f7.3972291880"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan_f7.3253459687"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1335,7 +1335,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 986699292
|
||||
#define SIGNATURE_HASH 400576979
|
||||
#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"
|
||||
|
@ -1803,7 +1803,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.2025.01.14.alphax-silver.986699292"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-silver.400576979"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.at_start_f435.4125316182"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.at_start_f435.3637302169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2984542232
|
||||
#define SIGNATURE_HASH 2630551511
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.atlas.2984542232"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.atlas.2630551511"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_tcu_gauges false
|
||||
#define show_test_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 358325739
|
||||
#define SIGNATURE_HASH 947132964
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.f407-discovery.358325739"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f407-discovery.947132964"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.f429-discovery.4125316182"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f429-discovery.3637302169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3342095045
|
||||
#define SIGNATURE_HASH 3927692554
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.f469-discovery.3342095045"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f469-discovery.3927692554"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1340,7 +1340,7 @@
|
|||
#define show_tcu_gauges false
|
||||
#define show_test_presets true
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2740985933
|
||||
#define SIGNATURE_HASH 2387584898
|
||||
#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"
|
||||
|
@ -1808,7 +1808,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.2025.01.14.frankenso_na6.2740985933"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.frankenso_na6.2387584898"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.haba208.4125316182"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.haba208.3637302169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_8chan_presets false
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2095828178
|
||||
#define SIGNATURE_HASH 1371818781
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.hellen-112-17.2095828178"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-112-17.1371818781"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 966407150
|
||||
#define SIGNATURE_HASH 347452449
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.hellen-gm-e67.966407150"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-gm-e67.347452449"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2715428384
|
||||
#define SIGNATURE_HASH 2364908015
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.hellen-honda-k.2715428384"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-honda-k.2364908015"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_HellenNB1_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1984266569
|
||||
#define SIGNATURE_HASH 1533675142
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.hellen-nb1.1984266569"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-nb1.1533675142"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_Hellen121nissan_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 628672214
|
||||
#define SIGNATURE_HASH 139936025
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.hellen121nissan.628672214"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen121nissan.139936025"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_Hellen121vag_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2098320529
|
||||
#define SIGNATURE_HASH 1346261854
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.hellen121vag.2098320529"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen121vag.1346261854"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_Hellen128merc_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 410091169
|
||||
#define SIGNATURE_HASH 895416686
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.hellen128.410091169"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen128.895416686"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 392074590
|
||||
#define SIGNATURE_HASH 980488849
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.hellen154hyundai.392074590"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen154hyundai.980488849"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3825275852
|
||||
#define SIGNATURE_HASH 3375272963
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.hellen154hyundai_f7.3825275852"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen154hyundai_f7.3375272963"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_HellenNB2_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 147569024
|
||||
#define SIGNATURE_HASH 635715151
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.hellen72.147569024"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen72.635715151"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2423506096
|
||||
#define SIGNATURE_HASH 3176940415
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.hellen81.2423506096"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen81.3176940415"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_Hellen88bmw_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2270220787
|
||||
#define SIGNATURE_HASH 2860471868
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.hellen88bmw.2270220787"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen88bmw.2860471868"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1339,7 +1339,7 @@
|
|||
#define show_HellenNA6_presets true
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1632024502
|
||||
#define SIGNATURE_HASH 1281962105
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.hellenNA6.1632024502"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellenNA6.1281962105"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1340,7 +1340,7 @@
|
|||
#define show_HellenNB1_presets false
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2661086584
|
||||
#define SIGNATURE_HASH 3014881975
|
||||
#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"
|
||||
|
@ -1808,7 +1808,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.2025.01.14.hellenNA8_96.2661086584"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellenNA8_96.3014881975"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2481985481
|
||||
#define SIGNATURE_HASH 3202322438
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.m74_9.2481985481"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.m74_9.3202322438"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1337,7 +1337,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3197998485
|
||||
#define SIGNATURE_HASH 2477920858
|
||||
#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"
|
||||
|
@ -1805,7 +1805,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.2025.01.14.mre-legacy_f4.3197998485"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre-legacy_f4.2477920858"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1337,7 +1337,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3197998485
|
||||
#define SIGNATURE_HASH 2477920858
|
||||
#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"
|
||||
|
@ -1805,7 +1805,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.2025.01.14.mre_f4.3197998485"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre_f4.2477920858"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1337,7 +1337,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3197998485
|
||||
#define SIGNATURE_HASH 2477920858
|
||||
#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"
|
||||
|
@ -1805,7 +1805,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.2025.01.14.mre_f7.3197998485"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre_f7.2477920858"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.nucleo_f413.4125316182"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.nucleo_f413.3637302169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2550334742
|
||||
#define SIGNATURE_HASH 3039593177
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.proteus_f4.2550334742"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_f4.3039593177"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2550334742
|
||||
#define SIGNATURE_HASH 3039593177
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.proteus_f7.2550334742"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_f7.3039593177"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2550334742
|
||||
#define SIGNATURE_HASH 3039593177
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.proteus_h7.2550334742"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_h7.3039593177"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 1248384148
|
||||
#define SIGNATURE_HASH 1732727643
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.s105.1248384148"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.s105.1732727643"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2836953467
|
||||
#define SIGNATURE_HASH 2218262196
|
||||
#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"
|
||||
|
@ -1805,7 +1805,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.2025.01.14.small-can-board.2836953467"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.small-can-board.2218262196"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.stm32f429_nucleo.4125316182"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32f429_nucleo.3637302169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.stm32f767_nucleo.4125316182"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32f767_nucleo.3637302169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.stm32h743_nucleo.4125316182"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32h743_nucleo.3637302169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 2864868360
|
||||
#define SIGNATURE_HASH 2280516551
|
||||
#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"
|
||||
|
@ -1807,7 +1807,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.2025.01.14.subaru_eg33_f7.2864868360"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.subaru_eg33_f7.2280516551"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.t-b-g.4125316182"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.t-b-g.3637302169"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1338,7 +1338,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3486443742
|
||||
#define SIGNATURE_HASH 3806424849
|
||||
#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"
|
||||
|
@ -1806,7 +1806,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.2025.01.14.tdg-pdm8.3486443742"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.tdg-pdm8.3806424849"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1332,7 +1332,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 4122663493
|
||||
#define SIGNATURE_HASH 3633667466
|
||||
#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"
|
||||
|
@ -1801,7 +1801,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.2025.01.14.uaefi.4122663493"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.uaefi.3633667466"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
|
|
|
@ -1336,7 +1336,7 @@
|
|||
#define SentInput_NONE 0
|
||||
#define show_tcu_gauges false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 3741803752
|
||||
#define SIGNATURE_HASH 4062765863
|
||||
#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"
|
||||
|
@ -1804,7 +1804,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.2025.01.14.uaefi121.3741803752"
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.uaefi121.4062765863"
|
||||
#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 977669666
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-2chan.977669666"
|
||||
#define SIGNATURE_HASH 392792557
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-2chan.392792557"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1943992747
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4chan.1943992747"
|
||||
#define SIGNATURE_HASH 1592884836
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4chan.1592884836"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1943992747
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4chan_f7.1943992747"
|
||||
#define SIGNATURE_HASH 1592884836
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4chan_f7.1592884836"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 494414781
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4k-gdi.494414781"
|
||||
#define SIGNATURE_HASH 811052146
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-4k-gdi.811052146"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 211925510
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan-revA.211925510"
|
||||
#define SIGNATURE_HASH 562970057
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan-revA.562970057"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3972291880
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan.3972291880"
|
||||
#define SIGNATURE_HASH 3253459687
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan.3253459687"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3972291880
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan_f7.3972291880"
|
||||
#define SIGNATURE_HASH 3253459687
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-8chan_f7.3253459687"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 986699292
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-silver.986699292"
|
||||
#define SIGNATURE_HASH 400576979
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.alphax-silver.400576979"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.at_start_f435.4125316182"
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.at_start_f435.3637302169"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2984542232
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.atlas.2984542232"
|
||||
#define SIGNATURE_HASH 2630551511
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.atlas.2630551511"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 358325739
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f407-discovery.358325739"
|
||||
#define SIGNATURE_HASH 947132964
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f407-discovery.947132964"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f429-discovery.4125316182"
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f429-discovery.3637302169"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3342095045
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f469-discovery.3342095045"
|
||||
#define SIGNATURE_HASH 3927692554
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.f469-discovery.3927692554"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2740985933
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.frankenso_na6.2740985933"
|
||||
#define SIGNATURE_HASH 2387584898
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.frankenso_na6.2387584898"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.haba208.4125316182"
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.haba208.3637302169"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2095828178
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-112-17.2095828178"
|
||||
#define SIGNATURE_HASH 1371818781
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-112-17.1371818781"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 966407150
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-gm-e67.966407150"
|
||||
#define SIGNATURE_HASH 347452449
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-gm-e67.347452449"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2715428384
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-honda-k.2715428384"
|
||||
#define SIGNATURE_HASH 2364908015
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-honda-k.2364908015"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1984266569
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-nb1.1984266569"
|
||||
#define SIGNATURE_HASH 1533675142
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen-nb1.1533675142"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 628672214
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen121nissan.628672214"
|
||||
#define SIGNATURE_HASH 139936025
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen121nissan.139936025"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2098320529
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen121vag.2098320529"
|
||||
#define SIGNATURE_HASH 1346261854
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen121vag.1346261854"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 410091169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen128.410091169"
|
||||
#define SIGNATURE_HASH 895416686
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen128.895416686"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 392074590
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen154hyundai.392074590"
|
||||
#define SIGNATURE_HASH 980488849
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen154hyundai.980488849"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3825275852
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen154hyundai_f7.3825275852"
|
||||
#define SIGNATURE_HASH 3375272963
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen154hyundai_f7.3375272963"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 147569024
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen72.147569024"
|
||||
#define SIGNATURE_HASH 635715151
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen72.635715151"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2423506096
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen81.2423506096"
|
||||
#define SIGNATURE_HASH 3176940415
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen81.3176940415"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2270220787
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen88bmw.2270220787"
|
||||
#define SIGNATURE_HASH 2860471868
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellen88bmw.2860471868"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1632024502
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellenNA6.1632024502"
|
||||
#define SIGNATURE_HASH 1281962105
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellenNA6.1281962105"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2661086584
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellenNA8_96.2661086584"
|
||||
#define SIGNATURE_HASH 3014881975
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.hellenNA8_96.3014881975"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2481985481
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.m74_9.2481985481"
|
||||
#define SIGNATURE_HASH 3202322438
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.m74_9.3202322438"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3197998485
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre-legacy_f4.3197998485"
|
||||
#define SIGNATURE_HASH 2477920858
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre-legacy_f4.2477920858"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3197998485
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre_f4.3197998485"
|
||||
#define SIGNATURE_HASH 2477920858
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre_f4.2477920858"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3197998485
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre_f7.3197998485"
|
||||
#define SIGNATURE_HASH 2477920858
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.mre_f7.2477920858"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.nucleo_f413.4125316182"
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.nucleo_f413.3637302169"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2550334742
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_f4.2550334742"
|
||||
#define SIGNATURE_HASH 3039593177
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_f4.3039593177"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2550334742
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_f7.2550334742"
|
||||
#define SIGNATURE_HASH 3039593177
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_f7.3039593177"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2550334742
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_h7.2550334742"
|
||||
#define SIGNATURE_HASH 3039593177
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.proteus_h7.3039593177"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 1248384148
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.s105.1248384148"
|
||||
#define SIGNATURE_HASH 1732727643
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.s105.1732727643"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2836953467
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.small-can-board.2836953467"
|
||||
#define SIGNATURE_HASH 2218262196
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.small-can-board.2218262196"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32f429_nucleo.4125316182"
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32f429_nucleo.3637302169"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32f767_nucleo.4125316182"
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32f767_nucleo.3637302169"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32h743_nucleo.4125316182"
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.stm32h743_nucleo.3637302169"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2864868360
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.subaru_eg33_f7.2864868360"
|
||||
#define SIGNATURE_HASH 2280516551
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.subaru_eg33_f7.2280516551"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4125316182
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.t-b-g.4125316182"
|
||||
#define SIGNATURE_HASH 3637302169
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.t-b-g.3637302169"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3486443742
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.tdg-pdm8.3486443742"
|
||||
#define SIGNATURE_HASH 3806424849
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.tdg-pdm8.3806424849"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 4122663493
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.uaefi.4122663493"
|
||||
#define SIGNATURE_HASH 3633667466
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.uaefi.3633667466"
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 3741803752
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.uaefi121.3741803752"
|
||||
#define SIGNATURE_HASH 4062765863
|
||||
#define TS_SIGNATURE "rusEFI master.2025.01.14.uaefi121.4062765863"
|
||||
|
|
|
@ -78,9 +78,6 @@ float getOutputValueByName(const char *name) {
|
|||
// ignitionFault
|
||||
case -1158382750:
|
||||
return engine->outputChannels.ignitionFault;
|
||||
// isMainRelayOn
|
||||
case -822552576:
|
||||
return engine->outputChannels.isMainRelayOn;
|
||||
// isUsbConnected
|
||||
case 1836976702:
|
||||
return engine->outputChannels.isUsbConnected;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Fri Jun 21 16:16:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -6,6 +6,7 @@
|
|||
// start of launch_control_state_s
|
||||
struct launch_control_state_s {
|
||||
/**
|
||||
* Launch: Retard threshold RPM
|
||||
* offset 0
|
||||
*/
|
||||
int retardThresholdRpm = (int)0;
|
||||
|
@ -16,21 +17,26 @@ struct launch_control_state_s {
|
|||
offset 4 bit 1 */
|
||||
bool isPreLaunchCondition : 1 {};
|
||||
/**
|
||||
* Launch: isLaunchCondition
|
||||
offset 4 bit 2 */
|
||||
bool isLaunchCondition : 1 {};
|
||||
/**
|
||||
* Launch: isSwitchActivated
|
||||
offset 4 bit 3 */
|
||||
bool isSwitchActivated : 1 {};
|
||||
/**
|
||||
* Launch: isClutchActivated
|
||||
offset 4 bit 4 */
|
||||
bool isClutchActivated : 1 {};
|
||||
/**
|
||||
offset 4 bit 5 */
|
||||
bool isBrakePedalActivated : 1 {};
|
||||
/**
|
||||
* Launch: isValidInputPin
|
||||
offset 4 bit 6 */
|
||||
bool isValidInputPin : 1 {};
|
||||
/**
|
||||
* Launch: activateSwitchCondition
|
||||
offset 4 bit 7 */
|
||||
bool activateSwitchCondition : 1 {};
|
||||
/**
|
||||
|
@ -40,9 +46,11 @@ struct launch_control_state_s {
|
|||
offset 4 bit 9 */
|
||||
bool rpmPreLaunchCondition : 1 {};
|
||||
/**
|
||||
* Launch: speedCondition
|
||||
offset 4 bit 10 */
|
||||
bool speedCondition : 1 {};
|
||||
/**
|
||||
* Launch: tpsCondition
|
||||
offset 4 bit 11 */
|
||||
bool tpsCondition : 1 {};
|
||||
/**
|
||||
|
@ -109,4 +117,4 @@ struct launch_control_state_s {
|
|||
static_assert(sizeof(launch_control_state_s) == 8);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt Fri Jun 21 16:16:19 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/algo/launch_control_state.txt
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue