We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a987c commit dbdc50eCopy full SHA for dbdc50e
data/index.html
@@ -761,7 +761,7 @@ <h1 style="font-weight: lighter"><b>BYTE</b>LEVEL</h1>
761
method: "POST",
762
headers: {"Content-Type": "application/json"},
763
body: JSON.stringify({type: "save", config: window.configESP}),
764
- }).then((res) => alert("Saved!")).catch((err) => alert("Error saving: " + err));
+ }).then((res) => alert("Saved, please restart the Device!")).catch((err) => alert("Error saving: " + err));
765
}
766
767
0 commit comments