TolpuddleSartre:
EEPROM.put(eeAddress, t1ontimeDAY);
EEPROM.put(eeAddress, t1offtimeDAY);
EEPROM.put(eeAddress, t2ontimeDAY);
Do you understand the concept of putting different values at different addresses?
i do not. i know nothing about memory addresses or byte arrays structure arrays or any of that.
what i need is an example using 2 different unsigned longs that when changed i can call a function and update them. i could probably work from something like that. i could call the update function from a serial command.