From 43f06d1bfb6cb1929166c88bb3344d20e73791d5 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sat, 3 Dec 2022 08:54:41 +0100 Subject: [PATCH] replace calls to /wasserzaehler.html with calls to /value --- sd-card/html/index.html | 2 +- sd-card/html/overview.html | 2 +- sd-card/html/test.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sd-card/html/index.html b/sd-card/html/index.html index c13577acc..3ebb1ab8e 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -63,7 +63,7 @@

An ESP32 all inclusive neural network recognition system for meter digitaliz -
  • Recognition
  • +
  • Recognition
  • Data Graph
  • File Server
  • System diff --git a/sd-card/html/overview.html b/sd-card/html/overview.html index cb32af0b2..7b834f2ce 100644 --- a/sd-card/html/overview.html +++ b/sd-card/html/overview.html @@ -151,7 +151,7 @@ } function loadValue(_type, _div, _style) { - url = basepath + '/wasserzaehler.html?all=true&type=' + _type; + url = basepath + '/value?all=true&type=' + _type; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { diff --git a/sd-card/html/test.html b/sd-card/html/test.html index f90c5038d..f15a42cb8 100644 --- a/sd-card/html/test.html +++ b/sd-card/html/test.html @@ -16,7 +16,7 @@ var basepath = "http://192.168.178.22"; function testinit(){ basepath = getbasepath(); - url = basepath + '/wasserzaehler.html?all=true'; + url = basepath + '/value?all=true'; var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) {