Auto-generated configs and docs
This commit is contained in:
parent
4657bfb03a
commit
1234a82442
|
@ -1115,7 +1115,7 @@
|
||||||
#define ts_show_vr_threshold_2 true
|
#define ts_show_vr_threshold_2 true
|
||||||
#define ts_show_vr_threshold_all true
|
#define ts_show_vr_threshold_all true
|
||||||
#define ts_show_vr_threshold_pins true
|
#define ts_show_vr_threshold_pins true
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.cypress.1522843162"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.cypress.1522843162"
|
||||||
#define TS_SIMULATE_CAN '>'
|
#define TS_SIMULATE_CAN '>'
|
||||||
#define TS_SIMULATE_CAN_char >
|
#define TS_SIMULATE_CAN_char >
|
||||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||||
|
|
|
@ -4,46 +4,46 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
Gpio GENERATED_OUTPUTS = {
|
Gpio GENERATED_OUTPUTS = {
|
||||||
Gpio::MM100_INJ5, // 101 low side 1.5A output
|
Gpio::MM100_INJ5, // A01 low side 1.5A output
|
||||||
Gpio::MM100_INJ7, // 102 low side 1.5A output
|
Gpio::MM100_INJ7, // A02 low side 1.5A output
|
||||||
Gpio::MM100_IGN8, // 115 Main Relay
|
Gpio::MM100_IGN8, // A15 Main Relay
|
||||||
Gpio::MM100_OUT_PWM2, // 129 Fuel Consumption Output
|
Gpio::MM100_OUT_PWM2, // A29 Fuel Consumption Output
|
||||||
Gpio::MM100_OUT_PWM3, // 131 Relay Output
|
Gpio::MM100_OUT_PWM3, // A31 Relay Output
|
||||||
Gpio::MM100_IGN7, // 140 Relay Output
|
Gpio::MM100_IGN7, // A40 Relay Output
|
||||||
Gpio::MM100_OUT_PWM4, // 141 Engine Radiator Fan
|
Gpio::MM100_OUT_PWM4, // A41 Engine Radiator Fan
|
||||||
Gpio::MM100_OUT_PWM5, // 142 Fuel Pump Relay
|
Gpio::MM100_OUT_PWM5, // A42 Fuel Pump Relay
|
||||||
Gpio::MM100_IGN5, // 151 relay output
|
Gpio::MM100_IGN5, // A51 relay output
|
||||||
Gpio::MM100_IGN6, // 152 relay output
|
Gpio::MM100_IGN6, // A52 relay output
|
||||||
Gpio::MM100_INJ6, // 235 Low Side Output
|
Gpio::MM100_INJ6, // B35 Low Side Output
|
||||||
Gpio::MM100_INJ2, // 242 injector output 2
|
Gpio::MM100_INJ2, // B42 injector output 2
|
||||||
Gpio::MM100_INJ3, // 243 injector output 3
|
Gpio::MM100_INJ3, // B43 injector output 3
|
||||||
Gpio::MM100_INJ1, // 244 injector output 1
|
Gpio::MM100_INJ1, // B44 injector output 1
|
||||||
Gpio::MM100_INJ4, // 245 injector output 4
|
Gpio::MM100_INJ4, // B45 injector output 4
|
||||||
Gpio::MM100_INJ8, // 246 low side 1.5A output
|
Gpio::MM100_INJ8, // B46 low side 1.5A output
|
||||||
Gpio::MM100_OUT_PWM1, // 128 Tach Output
|
Gpio::MM100_OUT_PWM1, // A28 Tach Output
|
||||||
Gpio::MM100_IGN2, // 253 Coil 2
|
Gpio::MM100_IGN2, // B53 Coil 2
|
||||||
Gpio::MM100_IGN3, // 254 Coil 3
|
Gpio::MM100_IGN3, // B54 Coil 3
|
||||||
Gpio::MM100_IGN4, // 255 Coil 4
|
Gpio::MM100_IGN4, // B55 Coil 4
|
||||||
Gpio::MM100_IGN1, // 256 Coil 1
|
Gpio::MM100_IGN1, // B56 Coil 1
|
||||||
// "101 low side 1.5A output",
|
// "A01 low side 1.5A output",
|
||||||
// "102 low side 1.5A output",
|
// "A02 low side 1.5A output",
|
||||||
// "115 Main Relay",
|
// "A15 Main Relay",
|
||||||
// "129 Fuel Consumption Output",
|
// "A29 Fuel Consumption Output",
|
||||||
// "131 Relay Output",
|
// "A31 Relay Output",
|
||||||
// "140 Relay Output",
|
// "A40 Relay Output",
|
||||||
// "141 Engine Radiator Fan",
|
// "A41 Engine Radiator Fan",
|
||||||
// "142 Fuel Pump Relay",
|
// "A42 Fuel Pump Relay",
|
||||||
// "151 relay output",
|
// "A51 relay output",
|
||||||
// "152 relay output",
|
// "A52 relay output",
|
||||||
// "235 Low Side Output",
|
// "B35 Low Side Output",
|
||||||
// "242 injector output 2",
|
// "B42 injector output 2",
|
||||||
// "243 injector output 3",
|
// "B43 injector output 3",
|
||||||
// "244 injector output 1",
|
// "B44 injector output 1",
|
||||||
// "245 injector output 4",
|
// "B45 injector output 4",
|
||||||
// "246 low side 1.5A output",
|
// "B46 low side 1.5A output",
|
||||||
// "128 Tach Output",
|
// "A28 Tach Output",
|
||||||
// "253 Coil 2",
|
// "B53 Coil 2",
|
||||||
// "254 Coil 3",
|
// "B54 Coil 3",
|
||||||
// "255 Coil 4",
|
// "B55 Coil 4",
|
||||||
// "256 Coil 1",
|
// "B56 Coil 1",
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,37 +6,37 @@
|
||||||
// see comments at declaration in pin_repository.h
|
// see comments at declaration in pin_repository.h
|
||||||
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
|
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
|
||||||
switch(brainPin) {
|
switch(brainPin) {
|
||||||
case Gpio::A8: return "235 Low Side Output";
|
case Gpio::A8: return "B35 Low Side Output";
|
||||||
case Gpio::A9: return "242 injector output 2";
|
case Gpio::A9: return "B42 injector output 2";
|
||||||
case Gpio::B1: return "213 Crank VR+";
|
case Gpio::B1: return "B13 Crank VR+";
|
||||||
case Gpio::B12: return "135 Switch Input";
|
case Gpio::B12: return "A35 Switch Input";
|
||||||
case Gpio::B13: return "134 Switch Input";
|
case Gpio::B13: return "A34 Switch Input";
|
||||||
case Gpio::B8: return "152 relay output";
|
case Gpio::B8: return "A52 relay output";
|
||||||
case Gpio::B9: return "140 Relay Output";
|
case Gpio::B9: return "A40 Relay Output";
|
||||||
case Gpio::C10: return "136 Switch Input";
|
case Gpio::C10: return "A36 Switch Input";
|
||||||
case Gpio::C11: return "147 Switch Input";
|
case Gpio::C11: return "A47 Switch Input";
|
||||||
case Gpio::C12: return "123 Switch Input";
|
case Gpio::C12: return "A23 Switch Input";
|
||||||
case Gpio::C13: return "256 Coil 1";
|
case Gpio::C13: return "B56 Coil 1";
|
||||||
case Gpio::C6: return "129 Fuel Consumption Output";
|
case Gpio::C6: return "A29 Fuel Consumption Output";
|
||||||
case Gpio::C7: return "131 Relay Output";
|
case Gpio::C7: return "A31 Relay Output";
|
||||||
case Gpio::C8: return "141 Engine Radiator Fan";
|
case Gpio::C8: return "A41 Engine Radiator Fan";
|
||||||
case Gpio::C9: return "142 Fuel Pump Relay";
|
case Gpio::C9: return "A42 Fuel Pump Relay";
|
||||||
case Gpio::D10: return "245 injector output 4";
|
case Gpio::D10: return "B45 injector output 4";
|
||||||
case Gpio::D11: return "243 injector output 3";
|
case Gpio::D11: return "B43 injector output 3";
|
||||||
case Gpio::D12: return "246 low side 1.5A output";
|
case Gpio::D12: return "B46 low side 1.5A output";
|
||||||
case Gpio::D13: return "128 Tach Output";
|
case Gpio::D13: return "A28 Tach Output";
|
||||||
case Gpio::D15: return "102 low side 1.5A output";
|
case Gpio::D15: return "A02 low side 1.5A output";
|
||||||
case Gpio::D2: return "101 low side 1.5A output";
|
case Gpio::D2: return "A01 low side 1.5A output";
|
||||||
case Gpio::D3: return "244 injector output 1";
|
case Gpio::D3: return "B44 injector output 1";
|
||||||
case Gpio::E11: return "233 MAF frequency";
|
case Gpio::E11: return "B33 MAF frequency";
|
||||||
case Gpio::E12: return "231 Cam";
|
case Gpio::E12: return "B31 Cam";
|
||||||
case Gpio::E13: return "232 VSS";
|
case Gpio::E13: return "B32 VSS";
|
||||||
case Gpio::E15: return "120 Switch Input";
|
case Gpio::E15: return "A20 Switch Input";
|
||||||
case Gpio::E2: return "151 relay output";
|
case Gpio::E2: return "A51 relay output";
|
||||||
case Gpio::E3: return "255 Coil 4";
|
case Gpio::E3: return "B55 Coil 4";
|
||||||
case Gpio::E4: return "254 Coil 3";
|
case Gpio::E4: return "B54 Coil 3";
|
||||||
case Gpio::E5: return "253 Coil 2";
|
case Gpio::E5: return "B53 Coil 2";
|
||||||
case Gpio::E6: return "115 Main Relay";
|
case Gpio::E6: return "A15 Main Relay";
|
||||||
default: return nullptr;
|
default: return nullptr;
|
||||||
}
|
}
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
|
@ -1115,7 +1115,7 @@
|
||||||
#define ts_show_vr_threshold_2 true
|
#define ts_show_vr_threshold_2 true
|
||||||
#define ts_show_vr_threshold_all true
|
#define ts_show_vr_threshold_all true
|
||||||
#define ts_show_vr_threshold_pins true
|
#define ts_show_vr_threshold_pins true
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.kin.404060596"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.kin.404060596"
|
||||||
#define TS_SIMULATE_CAN '>'
|
#define TS_SIMULATE_CAN '>'
|
||||||
#define TS_SIMULATE_CAN_char >
|
#define TS_SIMULATE_CAN_char >
|
||||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||||
|
|
|
@ -1353,7 +1353,7 @@
|
||||||
#define ts_show_vr_threshold_2 true
|
#define ts_show_vr_threshold_2 true
|
||||||
#define ts_show_vr_threshold_all true
|
#define ts_show_vr_threshold_all true
|
||||||
#define ts_show_vr_threshold_pins true
|
#define ts_show_vr_threshold_pins true
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.subaru_eg33_f7.1565096205"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.subaru_eg33_f7.1565096205"
|
||||||
#define TS_SIMULATE_CAN '>'
|
#define TS_SIMULATE_CAN '>'
|
||||||
#define TS_SIMULATE_CAN_char >
|
#define TS_SIMULATE_CAN_char >
|
||||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||||
|
|
|
@ -1441,7 +1441,7 @@
|
||||||
#define ts_show_vr_threshold_2 true
|
#define ts_show_vr_threshold_2 true
|
||||||
#define ts_show_vr_threshold_all true
|
#define ts_show_vr_threshold_all true
|
||||||
#define ts_show_vr_threshold_pins true
|
#define ts_show_vr_threshold_pins true
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.f407-discovery.3698992265"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.f407-discovery.3698992265"
|
||||||
#define TS_SIMULATE_CAN '>'
|
#define TS_SIMULATE_CAN '>'
|
||||||
#define TS_SIMULATE_CAN_char >
|
#define TS_SIMULATE_CAN_char >
|
||||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 716245533
|
#define SIGNATURE_HASH 716245533
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.alphax-2chan.716245533"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.alphax-2chan.716245533"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2195468491
|
#define SIGNATURE_HASH 2195468491
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.alphax-4chan.2195468491"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.alphax-4chan.2195468491"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2195468491
|
#define SIGNATURE_HASH 2195468491
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.alphax-4chan_f7.2195468491"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.alphax-4chan_f7.2195468491"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1798791193
|
#define SIGNATURE_HASH 1798791193
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.alphax-8chan-revA.1798791193"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.alphax-8chan-revA.1798791193"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3029554618
|
#define SIGNATURE_HASH 3029554618
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.alphax-8chan.3029554618"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.alphax-8chan.3029554618"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3029554618
|
#define SIGNATURE_HASH 3029554618
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.alphax-8chan_f7.3029554618"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.alphax-8chan_f7.3029554618"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1522843162
|
#define SIGNATURE_HASH 1522843162
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.at_start_f435.1522843162"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.at_start_f435.1522843162"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 516123220
|
#define SIGNATURE_HASH 516123220
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.atlas.516123220"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.atlas.516123220"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1522843162
|
#define SIGNATURE_HASH 1522843162
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.cypress.1522843162"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.cypress.1522843162"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3698992265
|
#define SIGNATURE_HASH 3698992265
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.f407-discovery.3698992265"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.f407-discovery.3698992265"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1522843162
|
#define SIGNATURE_HASH 1522843162
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.f429-discovery.1522843162"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.f429-discovery.1522843162"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2023120592
|
#define SIGNATURE_HASH 2023120592
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.frankenso_na6.2023120592"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.frankenso_na6.2023120592"
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1012394806
|
#define SIGNATURE_HASH 2147756548
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen-112-17.1012394806"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen-112-17.2147756548"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3929409770
|
#define SIGNATURE_HASH 3929409770
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen-gm-e67.3929409770"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen-gm-e67.3929409770"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2200207417
|
#define SIGNATURE_HASH 2200207417
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen-honda-k.2200207417"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen-honda-k.2200207417"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 889631501
|
#define SIGNATURE_HASH 889631501
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen-nb1.889631501"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen-nb1.889631501"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3287439406
|
#define SIGNATURE_HASH 3287439406
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen121nissan.3287439406"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen121nissan.3287439406"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3468337625
|
#define SIGNATURE_HASH 3468337625
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen121vag.3468337625"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen121vag.3468337625"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2501261680
|
#define SIGNATURE_HASH 2501261680
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen128.2501261680"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen128.2501261680"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1751624358
|
#define SIGNATURE_HASH 1751624358
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen154hyundai.1751624358"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen154hyundai.1751624358"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 914405431
|
#define SIGNATURE_HASH 914405431
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen72.914405431"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen72.914405431"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2274839669
|
#define SIGNATURE_HASH 2274839669
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen81.2274839669"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen81.2274839669"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3034657758
|
#define SIGNATURE_HASH 3034657758
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellen88bmw.3034657758"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellen88bmw.3034657758"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2982748734
|
#define SIGNATURE_HASH 2982748734
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellenNA6.2982748734"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellenNA6.2982748734"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3613930225
|
#define SIGNATURE_HASH 3613930225
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.hellenNA8_96.3613930225"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.hellenNA8_96.3613930225"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 404060596
|
#define SIGNATURE_HASH 404060596
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.kin.404060596"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.kin.404060596"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3536455728
|
#define SIGNATURE_HASH 3536455728
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.m74_9.3536455728"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.m74_9.3536455728"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2041141146
|
#define SIGNATURE_HASH 2041141146
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.mre_f4.2041141146"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.mre_f4.2041141146"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2041141146
|
#define SIGNATURE_HASH 2041141146
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.mre_f7.2041141146"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.mre_f7.2041141146"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1522843162
|
#define SIGNATURE_HASH 1522843162
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.nucleo_f429.1522843162"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.nucleo_f429.1522843162"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1522843162
|
#define SIGNATURE_HASH 1522843162
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.nucleo_f767.1522843162"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.nucleo_f767.1522843162"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1522843162
|
#define SIGNATURE_HASH 1522843162
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.nucleo_h743.1522843162"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.nucleo_h743.1522843162"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1783657354
|
#define SIGNATURE_HASH 1783657354
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.prometheus_405.1783657354"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.prometheus_405.1783657354"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1783657354
|
#define SIGNATURE_HASH 1783657354
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.prometheus_469.1783657354"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.prometheus_469.1783657354"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1524056160
|
#define SIGNATURE_HASH 1524056160
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.proteus_f4.1524056160"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.proteus_f4.1524056160"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1524056160
|
#define SIGNATURE_HASH 1524056160
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.proteus_f7.1524056160"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.proteus_f7.1524056160"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1524056160
|
#define SIGNATURE_HASH 1524056160
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.proteus_h7.1524056160"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.proteus_h7.1524056160"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 904879740
|
#define SIGNATURE_HASH 904879740
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.s105.904879740"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.s105.904879740"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1465156118
|
#define SIGNATURE_HASH 1465156118
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.small-can-board.1465156118"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.small-can-board.1465156118"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1565096205
|
#define SIGNATURE_HASH 1565096205
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.subaru_eg33_f7.1565096205"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.subaru_eg33_f7.1565096205"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 1522843162
|
#define SIGNATURE_HASH 1522843162
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.t-b-g.1522843162"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.t-b-g.1522843162"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 3496645176
|
#define SIGNATURE_HASH 3496645176
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.tdg-pdm8.3496645176"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.tdg-pdm8.3496645176"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define SIGNATURE_HASH 2950599002
|
#define SIGNATURE_HASH 2950599002
|
||||||
#define TS_SIGNATURE "rusEFI master.2023.12.11.uaefi.2950599002"
|
#define TS_SIGNATURE "rusEFI master.2023.12.12.uaefi.2950599002"
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.f407-discovery.3698992265"
|
signature = "rusEFI master.2023.12.12.f407-discovery.3698992265"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.f407-discovery.3698992265" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.f407-discovery.3698992265" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:59 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:48 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.alphax-2chan.716245533"
|
signature = "rusEFI master.2023.12.12.alphax-2chan.716245533"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.alphax-2chan.716245533" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.alphax-2chan.716245533" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2"
|
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:16 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:06 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.alphax-4chan.2195468491"
|
signature = "rusEFI master.2023.12.12.alphax-4chan.2195468491"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.alphax-4chan.2195468491" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.alphax-4chan.2195468491" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
|
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:18 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:09 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.alphax-4chan_f7.2195468491"
|
signature = "rusEFI master.2023.12.12.alphax-4chan_f7.2195468491"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.alphax-4chan_f7.2195468491" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.alphax-4chan_f7.2195468491" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
|
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:21 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:12 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.alphax-8chan-revA.1798791193"
|
signature = "rusEFI master.2023.12.12.alphax-8chan-revA.1798791193"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.alphax-8chan-revA.1798791193" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.alphax-8chan-revA.1798791193" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
|
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:29 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:19 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.alphax-8chan.3029554618"
|
signature = "rusEFI master.2023.12.12.alphax-8chan.3029554618"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.alphax-8chan.3029554618" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.alphax-8chan.3029554618" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
|
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:24 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:14 UTC 2023
|
||||||
|
|
||||||
pageSize = 22104
|
pageSize = 22104
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.alphax-8chan_f7.3029554618"
|
signature = "rusEFI master.2023.12.12.alphax-8chan_f7.3029554618"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.alphax-8chan_f7.3029554618" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.alphax-8chan_f7.3029554618" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
|
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:27 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:17 UTC 2023
|
||||||
|
|
||||||
pageSize = 22104
|
pageSize = 22104
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.at_start_f435.1522843162"
|
signature = "rusEFI master.2023.12.12.at_start_f435.1522843162"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.at_start_f435.1522843162" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.at_start_f435.1522843162" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:55 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:44 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.atlas.516123220"
|
signature = "rusEFI master.2023.12.12.atlas.516123220"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.atlas.516123220" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.atlas.516123220" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:47 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:37 UTC 2023
|
||||||
|
|
||||||
pageSize = 21588
|
pageSize = 21588
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.cypress.1522843162"
|
signature = "rusEFI master.2023.12.12.cypress.1522843162"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.cypress.1522843162" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.cypress.1522843162" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:12 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:03 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.f407-discovery.3698992265"
|
signature = "rusEFI master.2023.12.12.f407-discovery.3698992265"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.f407-discovery.3698992265" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.f407-discovery.3698992265" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:52 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:42 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.f429-discovery.1522843162"
|
signature = "rusEFI master.2023.12.12.f429-discovery.1522843162"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.f429-discovery.1522843162" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.f429-discovery.1522843162" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:38 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:27 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.frankenso_na6.2023120592"
|
signature = "rusEFI master.2023.12.12.frankenso_na6.2023120592"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.frankenso_na6.2023120592" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.frankenso_na6.2023120592" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E"
|
#define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:23 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:13 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen-112-17.1012394806"
|
signature = "rusEFI master.2023.12.12.hellen-112-17.2147756548"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen-112-17.1012394806" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen-112-17.2147756548" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -86,13 +86,13 @@ enable2ndByteCanID = false
|
||||||
; name = array, type, offset, shape, units, scale, translate, lo, hi, digits
|
; name = array, type, offset, shape, units, scale, translate, lo, hi, digits
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
#define gpio_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
|
#define gpio_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
|
||||||
#define switch_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","135 Switch Input","134 Switch Input","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","136 Switch Input","147 Switch Input","123 Switch Input","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","120 Switch Input"
|
#define switch_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","A35 Switch Input","A34 Switch Input","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","A36 Switch Input","A47 Switch Input","A23 Switch Input","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","A20 Switch Input"
|
||||||
#define output_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","235 Low Side Output","242 injector output 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","152 relay output","140 Relay Output","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","129 Fuel Consumption Output","131 Relay Output","141 Engine Radiator Fan","142 Fuel Pump Relay","INVALID","INVALID","INVALID","256 Coil 1","INVALID","INVALID","INVALID","INVALID","101 low side 1.5A output","244 injector output 1","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","245 injector output 4","243 injector output 3","246 low side 1.5A output","128 Tach Output","INVALID","102 low side 1.5A output","INVALID","INVALID","151 relay output","255 Coil 4","254 Coil 3","253 Coil 2","115 Main Relay"
|
#define output_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","B35 Low Side Output","B42 injector output 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","A52 relay output","A40 Relay Output","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","A29 Fuel Consumption Output","A31 Relay Output","A41 Engine Radiator Fan","A42 Fuel Pump Relay","INVALID","INVALID","INVALID","B56 Coil 1","INVALID","INVALID","INVALID","INVALID","A01 low side 1.5A output","B44 injector output 1","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","B45 injector output 4","B43 injector output 3","B46 low side 1.5A output","A28 Tach Output","INVALID","A02 low side 1.5A output","INVALID","INVALID","A51 relay output","B55 Coil 4","B54 Coil 3","B53 Coil 2","A15 Main Relay"
|
||||||
#define brain_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","213 Crank VR+","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","233 MAF frequency","231 Cam","232 VSS"
|
#define brain_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","B13 Crank VR+","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","B33 MAF frequency","B31 Cam","B32 VSS"
|
||||||
#define adc_channel_e_list="NONE","220 TPS Throttle Position 2","114 Analog Input","INVALID","121 PPS1","203 TPS Throttle Position 1","INVALID","107 TODO","119 Analog Input","110 Analog Input","INVALID","219 MAP","109 Analog Input","215 CLT","227 IAT","111 Analog Input","112 Analog Input"
|
#define adc_channel_e_list="NONE","B20 TPS Throttle Position 2","A14 Analog Input","INVALID","A21 PPS1","B03 TPS Throttle Position 1","INVALID","A07 TODO","A19 Analog Input","A10 Analog Input","INVALID","B19 MAP","A09 Analog Input","B15 CLT","B27 IAT","A11 Analog Input","A12 Analog Input"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:50 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:40 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen-gm-e67.3929409770"
|
signature = "rusEFI master.2023.12.12.hellen-gm-e67.3929409770"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen-gm-e67.3929409770" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen-gm-e67.3929409770" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense"
|
#define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:00 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:50 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen-honda-k.2200207417"
|
signature = "rusEFI master.2023.12.12.hellen-honda-k.2200207417"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen-honda-k.2200207417" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen-honda-k.2200207417" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","Aux Analog 1","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT","Aux Analog 2","Aux Analog 3"
|
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","Aux Analog 1","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT","Aux Analog 2","Aux Analog 3"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:40 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:30 UTC 2023
|
||||||
|
|
||||||
pageSize = 22760
|
pageSize = 22760
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen-nb1.889631501"
|
signature = "rusEFI master.2023.12.12.hellen-nb1.889631501"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen-nb1.889631501" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen-nb1.889631501" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch"
|
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:58 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:48 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen121nissan.3287439406"
|
signature = "rusEFI master.2023.12.12.hellen121nissan.3287439406"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen121nissan.3287439406" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen121nissan.3287439406" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2"
|
#define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:37 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:27 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen121vag.3468337625"
|
signature = "rusEFI master.2023.12.12.hellen121vag.3468337625"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen121vag.3468337625" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen121vag.3468337625" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2"
|
#define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:35 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:25 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen128.2501261680"
|
signature = "rusEFI master.2023.12.12.hellen128.2501261680"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen128.2501261680" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen128.2501261680" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3"
|
#define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:32 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:22 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen154hyundai.1751624358"
|
signature = "rusEFI master.2023.12.12.hellen154hyundai.1751624358"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen154hyundai.1751624358" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen154hyundai.1751624358" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2"
|
#define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:42 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:32 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen72.914405431"
|
signature = "rusEFI master.2023.12.12.hellen72.914405431"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen72.914405431" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen72.914405431" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)"
|
#define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:53 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:43 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen81.2274839669"
|
signature = "rusEFI master.2023.12.12.hellen81.2274839669"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen81.2274839669" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen81.2274839669" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3"
|
#define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:55 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:45 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellen88bmw.3034657758"
|
signature = "rusEFI master.2023.12.12.hellen88bmw.3034657758"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellen88bmw.3034657758" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellen88bmw.3034657758" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3"
|
#define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:45 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:35 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellenNA6.2982748734"
|
signature = "rusEFI master.2023.12.12.hellenNA6.2982748734"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellenNA6.2982748734" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellenNA6.2982748734" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch"
|
#define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:03 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:53 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.hellenNA8_96.3613930225"
|
signature = "rusEFI master.2023.12.12.hellenNA8_96.3613930225"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.hellenNA8_96.3613930225" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.hellenNA8_96.3613930225" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch"
|
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:05 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:55 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.kin.404060596"
|
signature = "rusEFI master.2023.12.12.kin.404060596"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.kin.404060596" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.kin.404060596" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17"
|
#define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:11 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:01 UTC 2023
|
||||||
|
|
||||||
pageSize = 20712
|
pageSize = 20712
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.m74_9.3536455728"
|
signature = "rusEFI master.2023.12.12.m74_9.3536455728"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.m74_9.3536455728" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.m74_9.3536455728" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","MAF/MAP sensor signal","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","Pedal position sensor 1 signal","Pedal position sensor 2 signal","ETB position sensor 1 signal","ETB position sensor 2 signal"
|
#define adc_channel_e_list="NONE","INVALID","MAF/MAP sensor signal","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","Pedal position sensor 1 signal","Pedal position sensor 2 signal","ETB position sensor 1 signal","ETB position sensor 2 signal"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:16 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:05 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.mre_f4.2041141146"
|
signature = "rusEFI master.2023.12.12.mre_f4.2041141146"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.mre_f4.2041141146" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.mre_f4.2041141146" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
|
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:13 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:03 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.mre_f7.2041141146"
|
signature = "rusEFI master.2023.12.12.mre_f7.2041141146"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.mre_f7.2041141146" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.mre_f7.2041141146" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
|
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:11 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:00 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.nucleo_f429.1522843162"
|
signature = "rusEFI master.2023.12.12.nucleo_f429.1522843162"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.nucleo_f429.1522843162" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.nucleo_f429.1522843162" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:40 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:30 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.nucleo_f767.1522843162"
|
signature = "rusEFI master.2023.12.12.nucleo_f767.1522843162"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.nucleo_f767.1522843162" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.nucleo_f767.1522843162" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:43 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:32 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.nucleo_h743.1522843162"
|
signature = "rusEFI master.2023.12.12.nucleo_h743.1522843162"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.nucleo_h743.1522843162" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.nucleo_h743.1522843162" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:45 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:35 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.prometheus_405.1783657354"
|
signature = "rusEFI master.2023.12.12.prometheus_405.1783657354"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.prometheus_405.1783657354" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.prometheus_405.1783657354" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:28 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:18 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.prometheus_469.1783657354"
|
signature = "rusEFI master.2023.12.12.prometheus_469.1783657354"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.prometheus_469.1783657354" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.prometheus_469.1783657354" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:26 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:15 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.proteus_f4.1524056160"
|
signature = "rusEFI master.2023.12.12.proteus_f4.1524056160"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.proteus_f4.1524056160" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.proteus_f4.1524056160" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
|
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:33 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:22 UTC 2023
|
||||||
|
|
||||||
pageSize = 26088
|
pageSize = 26088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.proteus_f7.1524056160"
|
signature = "rusEFI master.2023.12.12.proteus_f7.1524056160"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.proteus_f7.1524056160" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.proteus_f7.1524056160" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
|
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:30 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:20 UTC 2023
|
||||||
|
|
||||||
pageSize = 26088
|
pageSize = 26088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.proteus_h7.1524056160"
|
signature = "rusEFI master.2023.12.12.proteus_h7.1524056160"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.proteus_h7.1524056160" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.proteus_h7.1524056160" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
|
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:35 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:25 UTC 2023
|
||||||
|
|
||||||
pageSize = 26088
|
pageSize = 26088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.s105.904879740"
|
signature = "rusEFI master.2023.12.12.s105.904879740"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.s105.904879740" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.s105.904879740" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT"
|
#define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:18 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:08 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.small-can-board.1465156118"
|
signature = "rusEFI master.2023.12.12.small-can-board.1465156118"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.small-can-board.1465156118" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.small-can-board.1465156118" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input","C4 - Analog/Digital Input"
|
#define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input","C4 - Analog/Digital Input"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:08 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:58 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.subaru_eg33_f7.1565096205"
|
signature = "rusEFI master.2023.12.12.subaru_eg33_f7.1565096205"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.subaru_eg33_f7.1565096205" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.subaru_eg33_f7.1565096205" ; 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
|
; 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
|
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"
|
#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
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:20:13 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:04 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.t-b-g.1522843162"
|
signature = "rusEFI master.2023.12.12.t-b-g.1522843162"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.t-b-g.1522843162" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.t-b-g.1522843162" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:21 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:10 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.tdg-pdm8.3496645176"
|
signature = "rusEFI master.2023.12.12.tdg-pdm8.3496645176"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.tdg-pdm8.3496645176" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.tdg-pdm8.3496645176" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6"
|
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:50 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:39 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -34,12 +34,12 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
[MegaTune]
|
[MegaTune]
|
||||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||||
signature = "rusEFI master.2023.12.11.uaefi.2950599002"
|
signature = "rusEFI master.2023.12.12.uaefi.2950599002"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2023.12.11.uaefi.2950599002" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2023.12.12.uaefi.2950599002" ; 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
|
; 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
|
useLegacyFTempUnits = false
|
||||||
|
@ -92,7 +92,7 @@ enable2ndByteCanID = false
|
||||||
#define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","INVALID","C14 TPS2","INVALID","D9 MAP","INVALID","D16 CLT","D15 IAT","C4 PPS2","C15 AUX3"
|
#define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","INVALID","C14 TPS2","INVALID","D9 MAP","INVALID","D16 CLT","D15 IAT","C4 PPS2","C15 AUX3"
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 21:24:57 UTC 2023
|
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:58:38 UTC 2023
|
||||||
|
|
||||||
pageSize = 22088
|
pageSize = 22088
|
||||||
page = 1
|
page = 1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package com.rusefi.config.generated;
|
package com.rusefi.config.generated;
|
||||||
|
|
||||||
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Dec 11 04:21:59 UTC 2023
|
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Dec 12 06:59:48 UTC 2023
|
||||||
|
|
||||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||||
import com.rusefi.config.*;
|
import com.rusefi.config.*;
|
||||||
|
@ -1312,7 +1312,7 @@ public class Fields {
|
||||||
public static final int TS_RESPONSE_UNDERRUN = 0x80;
|
public static final int TS_RESPONSE_UNDERRUN = 0x80;
|
||||||
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
|
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
|
||||||
public static final char TS_SET_LOGGER_SWITCH = 'l';
|
public static final char TS_SET_LOGGER_SWITCH = 'l';
|
||||||
public static final String TS_SIGNATURE = "rusEFI master.2023.12.11.f407-discovery.3698992265";
|
public static final String TS_SIGNATURE = "rusEFI master.2023.12.12.f407-discovery.3698992265";
|
||||||
public static final char TS_SIMULATE_CAN = '>';
|
public static final char TS_SIMULATE_CAN = '>';
|
||||||
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
|
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
|
||||||
public static final char TS_TEST_COMMAND = 't';
|
public static final char TS_TEST_COMMAND = 't';
|
||||||
|
|
Loading…
Reference in New Issue