diff --git a/data/constanta.html b/data/constanta.html
index df3a374..189092b 100644
--- a/data/constanta.html
+++ b/data/constanta.html
@@ -69,15 +69,15 @@ const char HTML_CONSTROW[] PROGMEM = R"rawliteral(
+ id="%dist%" name="%dist%" class="form-control dist" onkeypress="return onlyNumberKey(event,this)" onchange="chback(this)" value="%distval%">
-
+
+ id="%time%" name="%time%" class="form-control time" onkeypress="return onlyNumberKey(event,this)" onchange="chback(this)" value="%timeval%">
-
+
@@ -125,7 +125,7 @@ const char HTML_CONSTEND[] PROGMEM = R"rawliteral(
// console.log(String.fromCharCode(i));
// data = '{"req":"'+String.fromCharCode(i)+'"}'
- xhr.send(data);
+ // xhr.send(data);
// }
};
diff --git a/data/settime.html b/data/settime.html
new file mode 100644
index 0000000..5b07727
--- /dev/null
+++ b/data/settime.html
@@ -0,0 +1,64 @@
+
+ Rally TerraTrip v1 Set Main Time
+
+
+
+
+
+
+
+
+
+
+
+
12345
+
TRACK A
+
Time: 00:00:00
+
123.4Km/h
+
+
+
+
+
Set Time (NTP Time:9)->
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/constanta.h b/src/constanta.h
index ad2780f..717d6f8 100644
--- a/src/constanta.h
+++ b/src/constanta.h
@@ -70,15 +70,15 @@ const char HTML_CONSTROW[] PROGMEM = R"rawliteral(
+ id="%dist%" name="%dist%" class="form-control dist" onkeypress="return onlyNumberKey(event,this)" onchange="chback(this)" value="%distval%">
-
+
+ id="%time%" name="%time%" class="form-control time" onkeypress="return onlyNumberKey(event,this)" onchange="chback(this)" value="%timeval%">
-
+
@@ -126,7 +126,7 @@ const char HTML_CONSTEND[] PROGMEM = R"rawliteral(
// console.log(String.fromCharCode(i));
// data = '{"req":"'+String.fromCharCode(i)+'"}'
- xhr.send(data);
+ // xhr.send(data);
// }
};
diff --git a/src/index.h b/src/index.h
index 04f0d90..92b9a46 100644
--- a/src/index.h
+++ b/src/index.h
@@ -429,4 +429,74 @@ const char HTML_CALIBRATION[] PROGMEM = R"rawliteral(
}