int address = sizeof(array1);
//Write array2
EEPROM.put( address , array2 );
OOOOHHHHH! Dang. Thank you! I didn't even think about the location of where it was saving.
int address = sizeof(array1);
//Write array2
EEPROM.put( address , array2 );
OOOOHHHHH! Dang. Thank you! I didn't even think about the location of where it was saving.