From fb390359e1000cef699b1c6ea2f039d510915389 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 7 Sep 2022 21:59:59 +0200 Subject: [PATCH 1/4] modified ota page to make separation between firmware/html and CNN better. renamed html/ to Web Interface, as the suer does not care how it is build --- sd-card/html/ota_page.html | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/sd-card/html/ota_page.html b/sd-card/html/ota_page.html index 2c15ea40..e40e9dff 100644 --- a/sd-card/html/ota_page.html +++ b/sd-card/html/ota_page.html @@ -29,7 +29,7 @@ input[type=number] { -

It is strongly recommended to update firmware and content of /html directory on SD-card at the same time!

+

It is strongly recommended to update firmware and web interface (stored separately in the html directory on SD-card) at the same time!


1. Firmware Update

@@ -38,7 +38,7 @@ input[type=number] {
- + @@ -52,7 +52,7 @@ input[type=number] { - + @@ -62,21 +62,20 @@ input[type=number] {
-
-

2. Update "/html" directory

+

2. Web Interface Update

- The file must be activated! - Use the Config Page or do it manually in the config.ini file.
@@ -84,7 +83,7 @@ input[type=number] {
- + - +
- + @@ -94,11 +93,11 @@ input[type=number] {
-

3. Reboot


-

4. Upload neural network definition (tfl/tflite file)

+

Upload Neural Network Definition (tfl/tflite file)

+The file must be set active afterwards on the Config page!
@@ -116,7 +115,7 @@ input[type=number] { - + @@ -125,8 +124,6 @@ input[type=number] {
From f68aa1d931691d14dec181abefdc17ce283e8731 Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Wed, 7 Sep 2022 22:18:21 +0200 Subject: [PATCH 2/4] moved jomjols name from the pages title to the info page, added links there to the Github page --- sd-card/html/common.js | 2 +- sd-card/html/edit_explain_0.html | 2 +- sd-card/html/edit_explain_6.html | 2 +- sd-card/html/explain_0.html | 2 +- sd-card/html/explain_1.html | 2 +- sd-card/html/explain_2.html | 2 +- sd-card/html/explain_3.html | 2 +- sd-card/html/explain_4.html | 2 +- sd-card/html/explain_5.html | 2 +- sd-card/html/explain_6.html | 2 +- sd-card/html/index.html | 2 +- sd-card/html/index_configure.html | 2 +- sd-card/html/info.html | 4 +++- sd-card/html/ota_page_v2.html | 2 +- sd-card/html/setup.html | 2 +- 15 files changed, 17 insertions(+), 15 deletions(-) diff --git a/sd-card/html/common.js b/sd-card/html/common.js index 0804cce6..130bda20 100644 --- a/sd-card/html/common.js +++ b/sd-card/html/common.js @@ -9,7 +9,7 @@ function LoadHostname() { xhttp.addEventListener('load', function(event) { if (xhttp.status >= 200 && xhttp.status < 300) { hostname = xhttp.responseText; - document.title = hostname + " - jomjol - AI on the edge"; + document.title = hostname + " - AI on the edge"; document.getElementById("id_title").innerHTML = "Digitizer - AI on the edge - " + hostname; } else { diff --git a/sd-card/html/edit_explain_0.html b/sd-card/html/edit_explain_0.html index c90bff3c..d3bb9310 100644 --- a/sd-card/html/edit_explain_0.html +++ b/sd-card/html/edit_explain_0.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/edit_explain_6.html b/sd-card/html/edit_explain_6.html index fbe8b212..c5e5739a 100644 --- a/sd-card/html/edit_explain_6.html +++ b/sd-card/html/edit_explain_6.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/explain_0.html b/sd-card/html/explain_0.html index fc10bba7..a24e841c 100644 --- a/sd-card/html/explain_0.html +++ b/sd-card/html/explain_0.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/explain_1.html b/sd-card/html/explain_1.html index ddc1a803..061a9146 100644 --- a/sd-card/html/explain_1.html +++ b/sd-card/html/explain_1.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/explain_2.html b/sd-card/html/explain_2.html index 5caf2a4e..45dc9dcb 100644 --- a/sd-card/html/explain_2.html +++ b/sd-card/html/explain_2.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/explain_3.html b/sd-card/html/explain_3.html index de487db1..aef9ce8e 100644 --- a/sd-card/html/explain_3.html +++ b/sd-card/html/explain_3.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/explain_4.html b/sd-card/html/explain_4.html index 794019f9..f13cdf1d 100644 --- a/sd-card/html/explain_4.html +++ b/sd-card/html/explain_4.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/explain_5.html b/sd-card/html/explain_5.html index 7dcc8e4a..4d99f495 100644 --- a/sd-card/html/explain_5.html +++ b/sd-card/html/explain_5.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/explain_6.html b/sd-card/html/explain_6.html index edcc34f0..71737441 100644 --- a/sd-card/html/explain_6.html +++ b/sd-card/html/explain_6.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/index.html b/sd-card/html/index.html index 6d22af56..abc824b0 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/index_configure.html b/sd-card/html/index_configure.html index d104c611..9fee5888 100644 --- a/sd-card/html/index_configure.html +++ b/sd-card/html/index_configure.html @@ -2,7 +2,7 @@ -jomjol - AI on the edge +AI on the edge diff --git a/sd-card/html/info.html b/sd-card/html/info.html index 8434cd28..2324a114 100644 --- a/sd-card/html/info.html +++ b/sd-card/html/info.html @@ -2,7 +2,7 @@ -Set PreValue +Info