From d133fe388da0a4bab3df0b62111fffa478aaa4e5 Mon Sep 17 00:00:00 2001 From: Arne Schroeder Date: Sat, 21 Sep 2019 14:25:44 +0200 Subject: [PATCH] add templates for HTML pages --- .../html_tpl/configPage.html | 44 +++++++++++++++++++ .../html_tpl/configStatus.html | 17 +++++++ 2 files changed, 61 insertions(+) create mode 100644 Software/WeatherSensor_D1mini/html_tpl/configPage.html create mode 100644 Software/WeatherSensor_D1mini/html_tpl/configStatus.html diff --git a/Software/WeatherSensor_D1mini/html_tpl/configPage.html b/Software/WeatherSensor_D1mini/html_tpl/configPage.html new file mode 100644 index 0000000..84f6b6d --- /dev/null +++ b/Software/WeatherSensor_D1mini/html_tpl/configPage.html @@ -0,0 +1,44 @@ + + + WeatherSensor Config + + + +
+

Weather Sensor

+
+
+ Config Details +
+ + +
+
+ + +
+
+ + +
+
+ +
+
+
+
+
+ Firmware Update +
+ + +
+
+
+
+ + \ No newline at end of file diff --git a/Software/WeatherSensor_D1mini/html_tpl/configStatus.html b/Software/WeatherSensor_D1mini/html_tpl/configStatus.html new file mode 100644 index 0000000..f871a47 --- /dev/null +++ b/Software/WeatherSensor_D1mini/html_tpl/configStatus.html @@ -0,0 +1,17 @@ + + + WeatherSensor Config + + + +
+

Weather Sensor

+
+ OK +
+
+ Disable config mode and reboot device! +
+
+ + \ No newline at end of file