From 38b6320cc47a4a0e727a17dc1ee4e201a6ca9906 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Fri, 18 Oct 2024 10:05:29 +0200 Subject: [PATCH] Update index.html --- sd-card/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sd-card/html/index.html b/sd-card/html/index.html index 6a68e2e25..f27b33df1 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -199,7 +199,7 @@

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);