Remove duplicate updates from last PR

This commit is contained in:
Josh Stewart 2022-04-21 16:37:05 +10:00
parent af5272b74c
commit 97f8ef795a
1 changed files with 2 additions and 8 deletions

View File

@ -592,16 +592,10 @@ void doUpdates()
configPage9.hardRevMode = 1; //Set hard rev limiter to Fixed mode
writeAllConfig();
storeEEPROMVersion(20);
}
if(readEEPROMVersion() == 19)
{
//CAN broadcast introduced
configPage2.canBMWCluster = 0;
configPage2.canVAGCluster = 0;
writeAllConfig();
storeEEPROMVersion(20);
}