auto-sync
This commit is contained in:
parent
5993da28c1
commit
3961124d9f
|
@ -291,5 +291,5 @@ int getRusEfiVersion(void) {
|
||||||
return 123; // this is here to make the compiler happy about the unused array
|
return 123; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||||
return 3211; // this is here to make the compiler happy about the unused array
|
return 3211; // this is here to make the compiler happy about the unused array
|
||||||
return 20150819;
|
return 20150821;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1296,6 +1296,7 @@ fileVersion = { 20150625 }
|
||||||
field = "TPS ADC input", tpsAdcChannel
|
field = "TPS ADC input", tpsAdcChannel
|
||||||
field = "MAF ADC input", mafAdcChannel
|
field = "MAF ADC input", mafAdcChannel
|
||||||
field = "Baro ADC input", baroSensor_hwChannel
|
field = "Baro ADC input", baroSensor_hwChannel
|
||||||
|
field = "Analog divider", analogInputDividerCoefficient
|
||||||
|
|
||||||
dialog = tachSettings, "Analog tachometer output"
|
dialog = tachSettings, "Analog tachometer output"
|
||||||
field = "pin", tachOutputPin
|
field = "pin", tachOutputPin
|
||||||
|
|
Loading…
Reference in New Issue