diff --git a/data_embed/bootstrap.css.gz b/data_embed/bootstrap.css.gz index d3c0bba..5107bdd 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 c11d718..a1c7fa0 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 614e743..4e86131 100644 Binary files a/data_embed/favicon.png.gz and b/data_embed/favicon.png.gz differ diff --git a/data_embed/index.html.gz b/data_embed/index.html.gz index 2cf22bf..066ec1f 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 fb8773a..4ca2aaf 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 6ca653b..b4227e4 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 193562f..6d0ed05 100644 --- a/src/web_utils.cpp +++ b/src/web_utils.cpp @@ -86,7 +86,7 @@ namespace WEB_Utils { // beacons Config.simplifiedTrackerMode = request->hasParam("simplifiedTrackerMode", true); - //Config.sendCommentAfterXBeacons = request->getParam("sendCommentAfterXBeacons", true)->value().toInt(); + Config.sendCommentAfterXBeacons = request->getParam("sendCommentAfterXBeacons", true)->value().toInt(); Config.path = request->getParam("path", true)->value(); Config.nonSmartBeaconRate = request->getParam("nonSmartBeaconRate", true)->value().toInt(); Config.rememberStationTime = request->getParam("rememberStationTime", true)->value().toInt();