Skip to content

Commit

Permalink
Some final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Jan 28, 2023
1 parent 3a25964 commit e4fec4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/AmsConfiguration/src/AmsConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ void AmsConfiguration::clearEntsoe(EntsoeConfig& config) {
strcpy(config.area, "");
strcpy(config.currency, "");
config.multiplier = 1000;
config.enabled = false;
}

bool AmsConfiguration::isEntsoeChanged() {
Expand Down
2 changes: 1 addition & 1 deletion lib/SvelteUi/json/firmware.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e4fec4f

Please sign in to comment.