Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
caco3 authored Oct 18, 2024
1 parent 7bf0616 commit 38b6320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sd-card/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2>An ESP32 all inclusive neural network recognition system for meter Digitizat
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
firework.launch('Sending HA discovery topics scheduled. The sending will be processed in state "Publish to MQTT"', 'success', 5000);
firework.launch('Sending HA discovery topics scheduled. It will get sent in the step "Publish to MQTT" of the next digitization round', 'success', 5000);
}
}
xhttp.open("GET", url, true);
Expand Down

0 comments on commit 38b6320

Please sign in to comment.