diff --git a/ESP32_PrusaConnectCam/WebPage.h b/ESP32_PrusaConnectCam/WebPage.h index b203d40..5bfec59 100644 --- a/ESP32_PrusaConnectCam/WebPage.h +++ b/ESP32_PrusaConnectCam/WebPage.h @@ -28,7 +28,7 @@ const char index_html[] PROGMEM = R"rawliteral( - +
@@ -134,7 +134,7 @@ const char page_auth_html[] PROGMEM = R"rawliteral( /* ------------------------------------------------------------------------------------------------------------ */ const char page_wifi_html[] PROGMEM = R"rawliteral( - + @@ -214,7 +214,7 @@ const char page_wifi_html[] PROGMEM = R"rawliteral( /* ------------------------------------------------------------------------------------------------------------ */ const char page_config_html[] PROGMEM = R"rawliteral( - +
@@ -307,7 +307,7 @@ const char page_config_html[] PROGMEM = R"rawliteral( /* ------------------------------------------------------------------------------------------------------------ */ const char page_system_html[] PROGMEM = R"rawliteral( - +
@@ -367,7 +367,7 @@ const char page_system_html[] PROGMEM = R"rawliteral( /* ------------------------------------------------------------------------------------------------------------ */ const char page_temperature_html[] PROGMEM = R"rawliteral( - +
@@ -375,6 +375,7 @@ const char page_temperature_html[] PROGMEM = R"rawliteral(
+ +
External temperature sensor DHT22/DHT11
Enable sensors
Sensor status:
Temperature Unit
Temperature
Humidity
@@ -1408,7 +1410,7 @@ function setupCollapsibleButtonsWiFi() { /* ------------------------------------------------------------------------------------------------------------ */ const char license_html[] PROGMEM = R"rawliteral( - +

The software for device falls under the GPL-3.0 license terms. To read the license terms please visit this page.

@@ -1420,7 +1422,7 @@ const char license_html[] PROGMEM = R"rawliteral( /* ------------------------------------------------------------------------------------------------------------ */ const char gtac_html[] PROGMEM = R"rawliteral( - +

To read the General Terms and Conditions, please visit this page.

@@ -1431,7 +1433,7 @@ const char gtac_html[] PROGMEM = R"rawliteral( /* ------------------------------------------------------------------------------------------------------------ */ const char privacypolicy_html[] PROGMEM = R"rawliteral( - +

To read the Privacy Policy, please visit this page.

@@ -1442,7 +1444,7 @@ const char privacypolicy_html[] PROGMEM = R"rawliteral( /* ------------------------------------------------------------------------------------------------------------ */ const char cookies_html[] PROGMEM = R"rawliteral( - +

To read the Cookie policy, please visit this page.

diff --git a/webpage/cookies.html b/webpage/cookies.html index 9f9e464..6806b03 100644 --- a/webpage/cookies.html +++ b/webpage/cookies.html @@ -1,4 +1,4 @@ - +

To read the Cookie policy, please visit this page.

diff --git a/webpage/gtac.html b/webpage/gtac.html index 5af720b..ac3ec4a 100644 --- a/webpage/gtac.html +++ b/webpage/gtac.html @@ -1,4 +1,4 @@ - +

To read the General Terms and Conditions, please visit this page.

diff --git a/webpage/index.html b/webpage/index.html index 743b80d..47d820c 100644 --- a/webpage/index.html +++ b/webpage/index.html @@ -3,7 +3,7 @@ - +

The software for device falls under the GPL-3.0 license terms. To read the license terms please visit this page.

diff --git a/webpage/page_auth.html b/webpage/page_auth.html index c1b973d..8f8b1b0 100644 --- a/webpage/page_auth.html +++ b/webpage/page_auth.html @@ -1,4 +1,4 @@ - +
diff --git a/webpage/page_config.html b/webpage/page_config.html index 05fa981..2e37530 100644 --- a/webpage/page_config.html +++ b/webpage/page_config.html @@ -1,4 +1,4 @@ - +
diff --git a/webpage/page_system.html b/webpage/page_system.html index 4878fb4..6b142c5 100644 --- a/webpage/page_system.html +++ b/webpage/page_system.html @@ -1,4 +1,4 @@ - +
diff --git a/webpage/page_temperature.html b/webpage/page_temperature.html index a88775c..ff38c35 100644 --- a/webpage/page_temperature.html +++ b/webpage/page_temperature.html @@ -1,4 +1,4 @@ - +
@@ -6,6 +6,7 @@
+ +
External temperature sensor DHT22/DHT11
Enable sensors
Sensor status:
Temperature Unit
Temperature
Humidity
diff --git a/webpage/page_wifi.html b/webpage/page_wifi.html index 0c905be..f2a0718 100644 --- a/webpage/page_wifi.html +++ b/webpage/page_wifi.html @@ -1,4 +1,4 @@ - + diff --git a/webpage/privacypolicy.html b/webpage/privacypolicy.html index 5ec4e3f..43f42b2 100644 --- a/webpage/privacypolicy.html +++ b/webpage/privacypolicy.html @@ -1,4 +1,4 @@ - +

To read the Privacy Policy, please visit this page.