well, that was easier than i thought it would be. yesterday i realized that the Bud Toaster doesn't need to automatically save (permanently) the changes to temperature during a session -- as it does now.
so i added a new user input command during a session that takes the current temperature and makes it permanent. this way, i can increase (or decrease) the temperature during a session -- without it affecting the next session. it turned out to be a pretty minor code change.
so, start at 379°F (the factory setting), then bump the temperature up as the session progresses. And the next session will again start at 379°F.
during a session the save function is activated by holding BUTTON2 for 2 seconds. a click of BUTTON2 still decreases temperature by -4°F.
BUTTON1 operation is unchanged. a click of BUTTON1 increases the temperature by +5°F.
so i added a new user input command during a session that takes the current temperature and makes it permanent. this way, i can increase (or decrease) the temperature during a session -- without it affecting the next session. it turned out to be a pretty minor code change.
so, start at 379°F (the factory setting), then bump the temperature up as the session progresses. And the next session will again start at 379°F.
during a session the save function is activated by holding BUTTON2 for 2 seconds. a click of BUTTON2 still decreases temperature by -4°F.
BUTTON1 operation is unchanged. a click of BUTTON1 increases the temperature by +5°F.