diff --git a/settings.c b/settings.c index 0242c67..c74df6d 100644 --- a/settings.c +++ b/settings.c @@ -120,7 +120,7 @@ void SETTINGS_SaveSettings(void) Password[0] = gEeprom.POWER_ON_PASSWORD; - EEPROM_WriteBuffer(0x0E98, State); + EEPROM_WriteBuffer(0x0E98, Password); memset(State, 0xFF, sizeof(State));