Add default to dfcoDelay in updates.ino

This commit is contained in:
Josh Stewart 2020-04-03 14:53:15 +11:00
parent 2a32600936
commit c0490f6f9e
1 changed files with 3 additions and 0 deletions

View File

@ -319,6 +319,9 @@ void doUpdates()
configPage2.injAngRPM[2] = 45;
configPage2.injAngRPM[3] = 65;
//Introdced a DFCO delay option. Default it to 0
configPage2.dfcoDelay = 0;
writeAllConfig();
EEPROM.write(EEPROM_DATA_VERSION, 14);
}