Adjustments

This commit is contained in:
Gunnar Skjold
2024-04-04 15:26:13 +02:00
parent 15c3b2067c
commit 10b76ab2e6

View File

@@ -1068,6 +1068,9 @@ bool AmsConfiguration::relocateConfig103() {
memset(web.context, 0, 37);
strcpy_P(ui.language, PSTR("en"));
ui.showPerPhasePower = 2;
ui.showPowerFactor = 2;
ui.darkMode = 2;
EEPROM.put(CONFIG_UPGRADE_INFO_START, upinfo);
EEPROM.put(CONFIG_NETWORK_START, wifi);