diff --git a/data_embed/bootstrap.css.gz b/data_embed/bootstrap.css.gz
index f933c9d..cce7485 100644
Binary files a/data_embed/bootstrap.css.gz and b/data_embed/bootstrap.css.gz differ
diff --git a/data_embed/bootstrap.js.gz b/data_embed/bootstrap.js.gz
index 4337242..3a6ca81 100644
Binary files a/data_embed/bootstrap.js.gz and b/data_embed/bootstrap.js.gz differ
diff --git a/data_embed/favicon.png.gz b/data_embed/favicon.png.gz
index d81a1a0..7c3b89b 100644
Binary files a/data_embed/favicon.png.gz and b/data_embed/favicon.png.gz differ
diff --git a/data_embed/index.html b/data_embed/index.html
index c63dc5b..5eaa722 100644
--- a/data_embed/index.html
+++ b/data_embed/index.html
@@ -151,11 +151,11 @@
type="number"
name="rememberStationTime"
id="rememberStationTime"
- placeholder="30"
class="form-control"
- required=""
- step="1"
- min="1"
+ placeholder="30"
+ value="30"
+ step="5"
+ min="15"
/>
minutes
Pin
Pin
Pin
Pin
-
+ >Buzzer Vcc Pin
- Pin
+ Pin
+
@@ -896,18 +898,17 @@
diff --git a/data_embed/index.html.gz b/data_embed/index.html.gz
index dd0c7b8..b1880c0 100644
Binary files a/data_embed/index.html.gz and b/data_embed/index.html.gz differ
diff --git a/data_embed/script.js.gz b/data_embed/script.js.gz
index 665581a..5bc477b 100644
Binary files a/data_embed/script.js.gz and b/data_embed/script.js.gz differ
diff --git a/data_embed/style.css.gz b/data_embed/style.css.gz
index b5555cd..1b9b353 100644
Binary files a/data_embed/style.css.gz and b/data_embed/style.css.gz differ
diff --git a/src/web_utils.cpp b/src/web_utils.cpp
index 9e65b91..6a5e490 100644
--- a/src/web_utils.cpp
+++ b/src/web_utils.cpp
@@ -119,12 +119,12 @@ namespace WEB_Utils {
Config.notification.ledTx = request->hasParam("notification.ledTx", true);
Config.notification.ledTxPin = request->getParam("notification.ledTxPin", true)->value().toInt();
Config.notification.ledMessage = request->hasParam("notification.ledMessage", true);
- //Config.notification.ledMessagePin = request->getParam("notification.ledMessagePin", true)->value().toInt();
+ Config.notification.ledMessagePin = request->getParam("notification.ledMessagePin", true)->value().toInt();
Config.notification.ledFlashlight = request->hasParam("notification.ledFlashlight", true);
- //Config.notification.ledFlashlightPin = request->getParam("notification.ledFlashlightPin", true)->value().toInt();
+ Config.notification.ledFlashlightPin = request->getParam("notification.ledFlashlightPin", true)->value().toInt();
Config.notification.buzzerActive = request->hasParam("notification.buzzerActive", true);
- //Config.notification.buzzerPinTone = request->getParam("notification.buzzerPinTone", true)->value().toInt();
- //Config.notification.buzzerPinVcc = request->getParam("notification.buzzerPinVcc", true)->value().toInt();
+ Config.notification.buzzerPinTone = request->getParam("notification.buzzerPinTone", true)->value().toInt();
+ Config.notification.buzzerPinVcc = request->getParam("notification.buzzerPinVcc", true)->value().toInt();
Config.notification.bootUpBeep = request->hasParam("notification.bootUpBeep", true);
Config.notification.txBeep = request->hasParam("notification.txBeep", true);
Config.notification.messageRxBeep = request->hasParam("notification.messageRxBeep", true);