auto-sync
This commit is contained in:
parent
e061a454a2
commit
a717eaa136
|
@ -48,7 +48,7 @@ void setSachs(engine_configuration_s *engineConfiguration) {
|
|||
// Frankenstein analog input #11: PC4 adc14
|
||||
// Frankenstein analog input #12: PC5 adc15
|
||||
|
||||
engineConfiguration->tpsAdcChannel = EFI_ADC_1;
|
||||
engineConfiguration->tpsAdcChannel = EFI_ADC_3;
|
||||
|
||||
/**
|
||||
* TPS 0% 0.9v
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +1,2 @@
|
|||
|
||||
java -jar ../java_tools/ConfigDefinition.jar .
|
||||
java -jar ../java_tools/ConfigDefinition.jar . controllers\algo
|
|
@ -173,9 +173,9 @@ display_mode_e displayMode;
|
|||
|
||||
custom log_format_e 4 bits, U32, %OFFSET%, [0:0], "native", "Mega Log Viewer"
|
||||
log_format_e logFormat;
|
||||
int firmwareVersion;"index", 1, 0, 0, 300, 0
|
||||
int HD44780width;"index", 1, 0, 0, 300, 0
|
||||
int HD44780height;"index", 1, 0, 0, 300, 0
|
||||
int firmwareVersion;;"index", 1, 0, 0, 300, 0
|
||||
int HD44780width;;"index", 1, 0, 0, 300, 0
|
||||
int HD44780height;;"index", 1, 0, 0, 300, 0
|
||||
|
||||
adc_channel_e tpsAdcChannel;
|
||||
int overrideCrankingIgnition;
|
||||
|
@ -393,7 +393,7 @@ le_formula_t[LE_COMMAND_COUNT] le_formulas;
|
|||
end_struct
|
||||
|
||||
board_configuration_s bc;
|
||||
bit hasMapSensor
|
||||
bit hasMapSensor;@see isMapAveragingEnabled
|
||||
bit hasIatSensor
|
||||
bit hasBaroSensor
|
||||
bit hasAfrSensor
|
||||
|
@ -426,6 +426,8 @@ bit hasMapSensor
|
|||
bit isWaveAnalyzerEnabled
|
||||
bit isIdleThreadEnabled
|
||||
bit isPrintTriggerSynchDetails
|
||||
bit isManualSpinningMode;Usually if we have no trigger events that means engine is stopped\nUnless we are troubleshooting and spinning the engine by hand - this case a longer\ndelay is needed
|
||||
|
||||
|
||||
|
||||
uint32_t digitalChartSize;
|
||||
|
|
Loading…
Reference in New Issue