showing 'before' values while changing TPS settings
This commit is contained in:
parent
0a7a9b4184
commit
3e852bfb1e
|
@ -159,6 +159,7 @@ int getTPS12bitAdc(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
void grabTPSIsClosed() {
|
void grabTPSIsClosed() {
|
||||||
#if EFI_PROD_CODE
|
#if EFI_PROD_CODE
|
||||||
|
printTPSInfo();
|
||||||
engineConfiguration->tpsMin = getTPS10bitAdc();
|
engineConfiguration->tpsMin = getTPS10bitAdc();
|
||||||
printTPSInfo();
|
printTPSInfo();
|
||||||
#endif /* EFI_PROD_CODE */
|
#endif /* EFI_PROD_CODE */
|
||||||
|
@ -166,6 +167,7 @@ void grabTPSIsClosed() {
|
||||||
|
|
||||||
void grabTPSIsWideOpen() {
|
void grabTPSIsWideOpen() {
|
||||||
#if EFI_PROD_CODE
|
#if EFI_PROD_CODE
|
||||||
|
printTPSInfo();
|
||||||
engineConfiguration->tpsMax = getTPS10bitAdc();
|
engineConfiguration->tpsMax = getTPS10bitAdc();
|
||||||
printTPSInfo();
|
printTPSInfo();
|
||||||
#endif /* EFI_PROD_CODE */
|
#endif /* EFI_PROD_CODE */
|
||||||
|
|
Loading…
Reference in New Issue