diff --git a/CHANGELOG.md b/CHANGELOG.md
index 74491a707..799c68b8a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Important!! Known Issues in 1.9 beta:
-- The Timezone is the NTP section is obsolete and will be replaced with a JavaScript version since all times are in UTC. Ignore that for now.
- Building with EEPROM (-DCRASH option) causes web to fail so its disabled for now, meaning no stacks for debugging for now.
+
+
## How to build the firmware with 1.9.x
- Make sure you update your local `platformio.ini` using the example one and set the target to `debug`.
- On first boot it will re-build the SPIFFS config file so if you're upgrading from 1.8.x all the settings will be deleted and you will need to re-enter. This can be doen now via the web interface by connecting to WiFi AP called 'ems-esp'.
diff --git a/src/custom.htm b/src/custom.htm
index a12ba9ee9..c76515745 100644
--- a/src/custom.htm
+++ b/src/custom.htm
@@ -1,8 +1,7 @@
-
-
Please refer to the Help for configuration options.
+
Please refer to the Help for configuration options
@@ -21,13 +20,14 @@
-
+ data-trigger="hover" data-placement="right"
+ data-content="Select with GPIO pin the LED is on">
-
+ data-content="Enable if Dallas sensors are powered via parasite">
-
+ data-content="Select GPIO pin to where the Dallas sensor is connected">
-
+ data-content="Listen mode disables Tx. Used when debugging.">
-
+ data-content="Monitors and sends MQTT message on shower duration">
-
+ data-content="Tells boiler to blast 3 shots of cold water after a specific duration has exceeded (7 mins)">
-
+ data-content="How often to send MQTT topics with stats (in seconds)">
@@ -123,9 +123,9 @@
-
+ data-content="Select the main heating circuit to use. Default is HC1.">
Note: any setting marked with a requires a restart after saving.
+ class="glyphicon glyphicon-exclamation-sign text-danger"> requires a system restart after saving.
@@ -151,7 +151,7 @@
EMS Dashboard
-
Real-time values from the EMS-ESP device are shown here.
+
Real-time values from the EMS-ESP device are shown here
@@ -227,5 +227,4 @@
-
-
+
\ No newline at end of file
diff --git a/src/websrc/index.html b/src/websrc/index.html
index 6266af893..d6a1c6724 100644
--- a/src/websrc/index.html
+++ b/src/websrc/index.html
@@ -47,7 +47,7 @@
MQTT Settings