better messages

This commit is contained in:
rusefi 2020-08-21 19:13:03 -04:00
parent aec87ea568
commit 57e4c071d1
1 changed files with 4 additions and 2 deletions

View File

@ -319,8 +319,10 @@ static void printAnalogInfo(void) {
printAnalogChannelInfo("hip9011", engineConfiguration->hipOutputChannel);
printAnalogChannelInfo("fuel gauge", engineConfiguration->fuelLevelSensor);
printAnalogChannelInfo("TPS", engineConfiguration->tps1_1AdcChannel);
printAnalogChannelInfo("TPS2", engineConfiguration->tps2_1AdcChannel);
printAnalogChannelInfo("TPS1_1", engineConfiguration->tps1_1AdcChannel);
printAnalogChannelInfo("TPS1_2", engineConfiguration->tps1_2AdcChannel);
printAnalogChannelInfo("TPS2_1", engineConfiguration->tps2_1AdcChannel);
printAnalogChannelInfo("TPS2_2", engineConfiguration->tps2_2AdcChannel);
printAnalogChannelInfo("pPS1", engineConfiguration->throttlePedalPositionAdcChannel);
printAnalogChannelInfo("pPS2", engineConfiguration->throttlePedalPositionSecondAdcChannel);
printAnalogChannelInfo("CLT", engineConfiguration->clt.adcChannel);