Merge branch 'master' of https://github.com/rusefi/rusefi
This commit is contained in:
commit
6a1604815d
|
@ -450,6 +450,10 @@ void mreBoardTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
boardConfiguration->ignitionPins[7] = GPIO_UNASSIGNED;
|
||||
|
||||
|
||||
boardConfiguration->fuelPumpPin = GPIO_UNASSIGNED;
|
||||
boardConfiguration->idle.solenoidPin = GPIO_UNASSIGNED;
|
||||
boardConfiguration->fanPin = GPIO_UNASSIGNED;
|
||||
|
||||
// fuel pump is useful to test power on/off scenario
|
||||
// boardConfiguration->fuelPumpPin = TLE8888_PIN_22;
|
||||
|
||||
|
|
|
@ -831,6 +831,6 @@ int getRusEfiVersion(void) {
|
|||
if (initBootloader() != 0)
|
||||
return 123;
|
||||
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
|
||||
return 20191007;
|
||||
return 20191009;
|
||||
}
|
||||
#endif /* EFI_UNIT_TEST */
|
||||
|
|
Loading…
Reference in New Issue