Compare commits

...

8 Commits

Author SHA1 Message Date
rusEFI LLC 6c193efb60 only:dead 2024-04-27 00:07:48 -04:00
rusefi 1c950384a1 Usability: critical error in case of unneeded second channel #6419
only: preparation
2024-04-26 23:38:10 -04:00
rusEFI LLC 02752fe840 only: dead code 2024-04-26 23:04:36 -04:00
rusEFI LLC 7823e55504 Usability: critical error in case of unneeded second channel #6419
only: preparation
2024-04-26 22:48:01 -04:00
GitHub gen-default-tune Action fe3c6a5043 Auto-generated default tune 2024-04-27 02:21:45 +00:00
rusEFI LLC aed124bae2 Usability: critical error in case of unneeded second channel #6419
only: unit tests
2024-04-26 22:18:01 -04:00
GitHub gen-configs Action 32cd0080dc Auto-generated configs and docs 2024-04-27 01:54:34 +00:00
Matthew Kennedy 32172801cc only: minor cleanup 2024-04-26 21:39:47 -04:00
162 changed files with 272 additions and 273 deletions

View File

@ -145,7 +145,7 @@ void setBoardDefaultConfiguration() {
// weak linkage
void boardInitHardware() {
#if HW_FRANKENSO
static const struct mc33810_config mc33810 = {
.spi_bus = &SPID3,
.spi_config = {
@ -193,5 +193,4 @@ static const struct mc33810_config mc33810 = {
efiPrintf("injinfo index=%d", engine->fuelComputer.brokenInjector);
});
}
#endif // HW_FRANKENSO
}

View File

@ -87,5 +87,5 @@ void setFordInline6() {
engineConfiguration->mafAdcChannel = EFI_ADC_1;
engineConfiguration->triggerInputPins[0] = Gpio::A8;
engineConfiguration->triggerInputPins[1] = Gpio::A5;
engineConfiguration->triggerInputPins[1] = Gpio::Unassigned;
}

View File

@ -48,6 +48,9 @@ void setFordAspireEngineConfiguration() {
engineConfiguration->tpsMax = 750;
engineConfiguration->rpmHardLimit = 7000;
#if EFI_PROD_CODE && defined(HW_FRANKENSO)
engineConfiguration->triggerInputPins[1] = Gpio::A5;
#endif
/**
* 18K Ohm @ -20C

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-2chan.2990697544"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-2chan.2990697544"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1598,7 +1598,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-4chan.3907023110"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-4chan.3907023110"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1598,7 +1598,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-4chan_f7.3907023110"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-4chan_f7.3907023110"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-8chan-revA.2742319915"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-8chan-revA.2742319915"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-8chan.2564375931"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-8chan.2564375931"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-8chan_f7.2564375931"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-8chan_f7.2564375931"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.at_start_f435.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.at_start_f435.4104122556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.atlas.2962760946"
#define TS_SIGNATURE "rusEFI master.2024.04.27.atlas.2962760946"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.f407-discovery.1355680733"
#define TS_SIGNATURE "rusEFI master.2024.04.27.f407-discovery.1355680733"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.f429-discovery.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.f429-discovery.4104122556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.f469-discovery.3326670383"
#define TS_SIGNATURE "rusEFI master.2024.04.27.f469-discovery.3326670383"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.frankenso_na6.2719777959"
#define TS_SIGNATURE "rusEFI master.2024.04.27.frankenso_na6.2719777959"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.haba208.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.haba208.4104122556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen-112-17.2107074616"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen-112-17.2107074616"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen-gm-e67.954636036"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen-gm-e67.954636036"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1599,7 +1599,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen-honda-k.95982823"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen-honda-k.95982823"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen-nb1.495388316"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen-nb1.495388316"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen121nissan.3643104939"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen121nissan.3643104939"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen121vag.3303468378"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen121vag.3303468378"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen128.420338251"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen128.420338251"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen154hyundai.61009102"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen154hyundai.61009102"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen154hyundai_f7.900057417"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen154hyundai_f7.900057417"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen72.1954415648"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen72.1954415648"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen81.2433704026"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen81.2433704026"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output false
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen88bmw.2251060505"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen88bmw.2251060505"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellenNA6.1614418780"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellenNA6.1614418780"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1598,7 +1598,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellenNA8_96.2682278290"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellenNA8_96.2682278290"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.m74_9.1076217955"
#define TS_SIGNATURE "rusEFI master.2024.04.27.m74_9.1076217955"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.mre_f4.4149259843"
#define TS_SIGNATURE "rusEFI master.2024.04.27.mre_f4.4149259843"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.mre_f7.4149259843"
#define TS_SIGNATURE "rusEFI master.2024.04.27.mre_f7.4149259843"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.nucleo_f413.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.nucleo_f413.4104122556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.prometheus_405.3289070892"
#define TS_SIGNATURE "rusEFI master.2024.04.27.prometheus_405.3289070892"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.prometheus_469.3289070892"
#define TS_SIGNATURE "rusEFI master.2024.04.27.prometheus_469.3289070892"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.proteus_f4.511986334"
#define TS_SIGNATURE "rusEFI master.2024.04.27.proteus_f4.511986334"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.proteus_f7.511986334"
#define TS_SIGNATURE "rusEFI master.2024.04.27.proteus_f7.511986334"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.proteus_h7.511986334"
#define TS_SIGNATURE "rusEFI master.2024.04.27.proteus_h7.511986334"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.s105.1259630718"
#define TS_SIGNATURE "rusEFI master.2024.04.27.s105.1259630718"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1598,7 +1598,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.small-can-board.1383256734"
#define TS_SIGNATURE "rusEFI master.2024.04.27.small-can-board.1383256734"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.stm32f429_nucleo.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.stm32f429_nucleo.4104122556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.stm32f767_nucleo.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.stm32f767_nucleo.4104122556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.stm32h743_nucleo.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.stm32h743_nucleo.4104122556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.t-b-g.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.t-b-g.4104122556"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1596,7 +1596,7 @@
#define ts_show_vr_threshold_all false
#define ts_show_vr_threshold_pins true
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.tdg-pdm8.3467791412"
#define TS_SIGNATURE "rusEFI master.2024.04.27.tdg-pdm8.3467791412"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1597,7 +1597,7 @@
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins false
#define ts_show_vvt_output true
#define TS_SIGNATURE "rusEFI master.2024.04.26.uaefi.2397408647"
#define TS_SIGNATURE "rusEFI master.2024.04.27.uaefi.2397408647"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2990697544
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-2chan.2990697544"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-2chan.2990697544"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3907023110
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-4chan.3907023110"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-4chan.3907023110"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3907023110
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-4chan_f7.3907023110"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-4chan_f7.3907023110"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2742319915
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-8chan-revA.2742319915"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-8chan-revA.2742319915"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2564375931
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-8chan.2564375931"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-8chan.2564375931"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2564375931
#define TS_SIGNATURE "rusEFI master.2024.04.26.alphax-8chan_f7.2564375931"
#define TS_SIGNATURE "rusEFI master.2024.04.27.alphax-8chan_f7.2564375931"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4104122556
#define TS_SIGNATURE "rusEFI master.2024.04.26.at_start_f435.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.at_start_f435.4104122556"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2962760946
#define TS_SIGNATURE "rusEFI master.2024.04.26.atlas.2962760946"
#define TS_SIGNATURE "rusEFI master.2024.04.27.atlas.2962760946"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1355680733
#define TS_SIGNATURE "rusEFI master.2024.04.26.f407-discovery.1355680733"
#define TS_SIGNATURE "rusEFI master.2024.04.27.f407-discovery.1355680733"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4104122556
#define TS_SIGNATURE "rusEFI master.2024.04.26.f429-discovery.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.f429-discovery.4104122556"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3326670383
#define TS_SIGNATURE "rusEFI master.2024.04.26.f469-discovery.3326670383"
#define TS_SIGNATURE "rusEFI master.2024.04.27.f469-discovery.3326670383"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2719777959
#define TS_SIGNATURE "rusEFI master.2024.04.26.frankenso_na6.2719777959"
#define TS_SIGNATURE "rusEFI master.2024.04.27.frankenso_na6.2719777959"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4104122556
#define TS_SIGNATURE "rusEFI master.2024.04.26.haba208.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.haba208.4104122556"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2107074616
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen-112-17.2107074616"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen-112-17.2107074616"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 954636036
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen-gm-e67.954636036"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen-gm-e67.954636036"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 95982823
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen-honda-k.95982823"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen-honda-k.95982823"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 495388316
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen-nb1.495388316"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen-nb1.495388316"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3643104939
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen121nissan.3643104939"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen121nissan.3643104939"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3303468378
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen121vag.3303468378"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen121vag.3303468378"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 420338251
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen128.420338251"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen128.420338251"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 61009102
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen154hyundai.61009102"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen154hyundai.61009102"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 900057417
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen154hyundai_f7.900057417"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen154hyundai_f7.900057417"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1954415648
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen72.1954415648"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen72.1954415648"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2433704026
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen81.2433704026"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen81.2433704026"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2251060505
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellen88bmw.2251060505"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellen88bmw.2251060505"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1614418780
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellenNA6.1614418780"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellenNA6.1614418780"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2682278290
#define TS_SIGNATURE "rusEFI master.2024.04.26.hellenNA8_96.2682278290"
#define TS_SIGNATURE "rusEFI master.2024.04.27.hellenNA8_96.2682278290"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1076217955
#define TS_SIGNATURE "rusEFI master.2024.04.26.m74_9.1076217955"
#define TS_SIGNATURE "rusEFI master.2024.04.27.m74_9.1076217955"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4149259843
#define TS_SIGNATURE "rusEFI master.2024.04.26.mre_f4.4149259843"
#define TS_SIGNATURE "rusEFI master.2024.04.27.mre_f4.4149259843"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4149259843
#define TS_SIGNATURE "rusEFI master.2024.04.26.mre_f7.4149259843"
#define TS_SIGNATURE "rusEFI master.2024.04.27.mre_f7.4149259843"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4104122556
#define TS_SIGNATURE "rusEFI master.2024.04.26.nucleo_f413.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.nucleo_f413.4104122556"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3289070892
#define TS_SIGNATURE "rusEFI master.2024.04.26.prometheus_405.3289070892"
#define TS_SIGNATURE "rusEFI master.2024.04.27.prometheus_405.3289070892"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3289070892
#define TS_SIGNATURE "rusEFI master.2024.04.26.prometheus_469.3289070892"
#define TS_SIGNATURE "rusEFI master.2024.04.27.prometheus_469.3289070892"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 511986334
#define TS_SIGNATURE "rusEFI master.2024.04.26.proteus_f4.511986334"
#define TS_SIGNATURE "rusEFI master.2024.04.27.proteus_f4.511986334"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 511986334
#define TS_SIGNATURE "rusEFI master.2024.04.26.proteus_f7.511986334"
#define TS_SIGNATURE "rusEFI master.2024.04.27.proteus_f7.511986334"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 511986334
#define TS_SIGNATURE "rusEFI master.2024.04.26.proteus_h7.511986334"
#define TS_SIGNATURE "rusEFI master.2024.04.27.proteus_h7.511986334"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1259630718
#define TS_SIGNATURE "rusEFI master.2024.04.26.s105.1259630718"
#define TS_SIGNATURE "rusEFI master.2024.04.27.s105.1259630718"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1383256734
#define TS_SIGNATURE "rusEFI master.2024.04.26.small-can-board.1383256734"
#define TS_SIGNATURE "rusEFI master.2024.04.27.small-can-board.1383256734"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4104122556
#define TS_SIGNATURE "rusEFI master.2024.04.26.stm32f429_nucleo.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.stm32f429_nucleo.4104122556"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4104122556
#define TS_SIGNATURE "rusEFI master.2024.04.26.stm32f767_nucleo.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.stm32f767_nucleo.4104122556"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4104122556
#define TS_SIGNATURE "rusEFI master.2024.04.26.stm32h743_nucleo.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.stm32h743_nucleo.4104122556"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4104122556
#define TS_SIGNATURE "rusEFI master.2024.04.26.t-b-g.4104122556"
#define TS_SIGNATURE "rusEFI master.2024.04.27.t-b-g.4104122556"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3467791412
#define TS_SIGNATURE "rusEFI master.2024.04.26.tdg-pdm8.3467791412"
#define TS_SIGNATURE "rusEFI master.2024.04.27.tdg-pdm8.3467791412"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2397408647
#define TS_SIGNATURE "rusEFI master.2024.04.26.uaefi.2397408647"
#define TS_SIGNATURE "rusEFI master.2024.04.27.uaefi.2397408647"

View File

@ -1206,7 +1206,7 @@ bool TriggerCentral::isTriggerConfigChanged() {
void validateTriggerInputs() {
if (!isBrainPinValid(engineConfiguration->triggerInputPins[0]) && isBrainPinValid(engineConfiguration->triggerInputPins[1])) {
criticalError("First trigger channel is missing");
criticalError("First trigger channel not configured while second one is.");
}
if (!isBrainPinValid(engineConfiguration->camInputs[0]) && isBrainPinValid(engineConfiguration->camInputs[2])) {

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.26.f407-discovery.1355680733"
signature = "rusEFI master.2024.04.27.f407-discovery.1355680733"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.26.f407-discovery.1355680733" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.27.f407-discovery.1355680733" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Apr 26 20:36:57 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 27 01:54:32 UTC 2024
pageSize = 22656
page = 1

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.26.alphax-2chan.2990697544"
signature = "rusEFI master.2024.04.27.alphax-2chan.2990697544"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.26.alphax-2chan.2990697544" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.27.alphax-2chan.2990697544" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2","X7 - AIN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Apr 26 20:35:46 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 27 01:53:22 UTC 2024
pageSize = 22656
page = 1

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.26.alphax-4chan.3907023110"
signature = "rusEFI master.2024.04.27.alphax-4chan.3907023110"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.26.alphax-4chan.3907023110" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.27.alphax-4chan.3907023110" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Apr 26 20:35:55 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 27 01:53:31 UTC 2024
pageSize = 22656
page = 1

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.26.alphax-4chan_f7.3907023110"
signature = "rusEFI master.2024.04.27.alphax-4chan_f7.3907023110"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.26.alphax-4chan_f7.3907023110" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.27.alphax-4chan_f7.3907023110" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Apr 26 20:35:54 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 27 01:53:30 UTC 2024
pageSize = 22656
page = 1

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.26.alphax-8chan-revA.2742319915"
signature = "rusEFI master.2024.04.27.alphax-8chan-revA.2742319915"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.26.alphax-8chan-revA.2742319915" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.27.alphax-8chan-revA.2742319915" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","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
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Apr 26 20:36:03 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 27 01:53:39 UTC 2024
pageSize = 22656
page = 1

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.26.alphax-8chan.2564375931"
signature = "rusEFI master.2024.04.27.alphax-8chan.2564375931"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.26.alphax-8chan.2564375931" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.27.alphax-8chan.2564375931" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","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
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Apr 26 20:36:09 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 27 01:53:45 UTC 2024
pageSize = 22672
page = 1

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.26.alphax-8chan_f7.2564375931"
signature = "rusEFI master.2024.04.27.alphax-8chan_f7.2564375931"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.26.alphax-8chan_f7.2564375931" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.27.alphax-8chan_f7.2564375931" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","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
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Apr 26 20:36:10 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 27 01:53:46 UTC 2024
pageSize = 22672
page = 1

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2024.04.26.at_start_f435.4104122556"
signature = "rusEFI master.2024.04.27.at_start_f435.4104122556"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2024.04.26.at_start_f435.4104122556" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2024.04.27.at_start_f435.4104122556" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -100,7 +100,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Fri Apr 26 20:36:51 UTC 2024
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat Apr 27 01:54:26 UTC 2024
pageSize = 22656
page = 1

Some files were not shown because too many files have changed in this diff Show More