From abc75efd7d1c6279518c06fc439ac1efade506c7 Mon Sep 17 00:00:00 2001 From: MoysieWRX Date: Sat, 30 May 2015 22:30:08 +0300 Subject: [PATCH] Updated for Cooling Fan controls Updated for Cooling Fan controls --- storage.ino | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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