Some final changes

This commit is contained in:
Gunnar Skjold 2023-01-28 11:53:26 +01:00
parent 3a25964ec4
commit e4fec4f4c2
2 changed files with 2 additions and 1 deletions

View File

@ -537,6 +537,7 @@ void AmsConfiguration::clearEntsoe(EntsoeConfig& config) {
strcpy(config.area, "");
strcpy(config.currency, "");
config.multiplier = 1000;
config.enabled = false;
}
bool AmsConfiguration::isEntsoeChanged() {

View File

@ -22,7 +22,7 @@
<fieldset>
<legend>Factory reset</legend>
<form action="/reset" method="post">
<button type="submit">Perform factory reset</button>
<button type="submit" name="perform" value="true">Perform factory reset</button>
</form>
</fieldset>
</body>