changed wording on initial set

pico-v0.1
alanbjohnston 3 years ago committed by GitHub
parent 99f5b01b63
commit d99732cbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -179,7 +179,8 @@ void read_reset_count() {
}
} else { // first time, store flag and reset count as 0
Serial.println("Storing reset count of 0 in EEPROM");
Serial.println("Storing initial reset count in EEPROM");
Serial.println("Reset count is 0");
reset_flag = 0xA07;
EEPROM.put(16, reset_flag);
stored_reset = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.