Fixed code

This commit is contained in:
Gunnar Skjold
2024-04-14 13:30:46 +02:00
parent 16fb1ea87c
commit d9d384ea02

View File

@@ -1083,8 +1083,8 @@ bool AmsConfiguration::relocateConfig103() {
};
WebConfig web = {web103.security};
strcpy_P(web.username, web103.username);
strcpy_P(web.password, web103.password);
strcpy(web.username, web103.username);
strcpy(web.password, web103.password);
memset(web.context, 0, 37);
strcpy_P(ui.language, PSTR("en"));