From d4399e459fc2531d17f3758c92bf7b83074d7f8f Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Sun, 23 Feb 2020 22:07:11 +0100 Subject: [PATCH] comment --- html/{transformHtmlToCharArray.pl => processHtml.pl} | 0 html/website.html | 4 ++-- platformio.ini | 5 +++-- src/websiteMgmt.h | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) rename html/{transformHtmlToCharArray.pl => processHtml.pl} (100%) diff --git a/html/transformHtmlToCharArray.pl b/html/processHtml.pl similarity index 100% rename from html/transformHtmlToCharArray.pl rename to html/processHtml.pl diff --git a/html/website.html b/html/website.html index 241895b..5748650 100644 --- a/html/website.html +++ b/html/website.html @@ -63,7 +63,7 @@

RFID-Zuweisungen

- + @@ -89,7 +89,7 @@

RFID-Modifkationen

- +
Bitte eine 12-stellige Zahl eingeben. diff --git a/platformio.ini b/platformio.ini index 97ef427..09a0f65 100644 --- a/platformio.ini +++ b/platformio.ini @@ -26,5 +26,6 @@ lib_deps = https://github.com/me-no-dev/AsyncTCP https://github.com/bblanchon/ArduinoJson.git -extra_scripts = - pre:processHtml.py \ No newline at end of file +; Don't forget to run this script if you changed the html-files provided in any way +;extra_scripts = +; pre:processHtml.py \ No newline at end of file diff --git a/src/websiteMgmt.h b/src/websiteMgmt.h index dae92ec..7e26f79 100644 --- a/src/websiteMgmt.h +++ b/src/websiteMgmt.h @@ -63,7 +63,7 @@ static const char mgtWebsite[] PROGMEM = "\

RFID-Zuweisungen

\ \
\ - \ + \ \ \ \ @@ -89,7 +89,7 @@ static const char mgtWebsite[] PROGMEM = "\

RFID-Modifkationen

\ \
\ - \ + \ \
\ Bitte eine 12-stellige Zahl eingeben.\