Skip to content

Commit

Permalink
save options bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt committed Feb 17, 2024
1 parent cbfbf3a commit 841e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customOptions/customOptions.ino
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void saveOptions() {
myWebServer.saveOptionValue(STRING_LABEL, stringVar);
myWebServer.saveOptionValue(DROPDOWN_LABEL, dropdownSelected);
// Close config file and release memory
myWebServer.closeConfiguration(false);
myWebServer.closeConfiguration(true);
Serial.println(F("Application options saved."));
}

Expand Down

0 comments on commit 841e6eb

Please sign in to comment.