More MAP sanity settings

This commit is contained in:
Josh Stewart 2017-02-09 14:22:57 +11:00
parent 7db51bd416
commit 4ca8205591
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ void initialiseADC()
BIT_CLEAR(ADCSRA,ADPS0);
#endif
MAPcurRev = 0;
MAPcount = 0;
#endif
}

View File

@ -824,6 +824,7 @@ void loop()
secCounter = 0; //Reset our seconds counter.
currentStatus.startRevolutions = 0;
MAPcurRev = 0;
MAPcount = 0;
currentStatus.rpmDOT = 0;
ignitionOn = false;
fuelOn = false;