Skip to content

Commit 84fe876

Browse files
committed
On hard reset, clear eeprom dst flag
1 parent 6fb9b63 commit 84fe876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-nixie/arduino-nixie.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ void initEEPROM(bool hard){
774774
if(hard) writeEEPROM(7,0,false); //7: Alt function preset
775775
//8: TODO functions/pages enabled (bitmask)
776776
//9: free
777-
//15: DST on flag (will be set at first RTC check)
777+
writeEEPROM(15,0,false); //15: DST on flag - will be set at first RTC check, but set to off to trigger tube display
778778
//then the options menu defaults
779779
bool isInt = false;
780780
for(byte opt=0; opt<sizeof(optsLoc); opt++) {

0 commit comments

Comments
 (0)