diff --git a/storage.ino b/storage.ino index b2323d2d..3a4bbf7a 100644 --- a/storage.ino +++ b/storage.ino @@ -116,7 +116,16 @@ void writeConfig() { if(EEPROM.read(x) != *(pnt_configPage + byte(x - EEPROM_CONFIG3_SETTINGS))) { EEPROM.write(x, *(pnt_configPage + byte(x - EEPROM_CONFIG3_SETTINGS))); } } - + //********************************************************************************************************************************************************************************* + + //IGNITION CONFIG PAGE (4) + pnt_configPage = (byte *)&configPage4; //Create a pointer to Page 4 in memory + + //The next 128 bytes can simply be pulled straight from the configTable + for(int x=EEPROM_CONFIG4_SETTINGS; x