better messages
This commit is contained in:
parent
aec87ea568
commit
57e4c071d1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue