diff --git a/data_embed/bootstrap.css.gz b/data_embed/bootstrap.css.gz index 5107bdd..4ee4530 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 a1c7fa0..c8e0916 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 4e86131..9baf328 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 d8ac927..7d40db0 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -203,6 +203,9 @@ step="1" min="15" /> + minutes diff --git a/data_embed/index.html.gz b/data_embed/index.html.gz index 066ec1f..1b066e1 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 4ca2aaf..23f5989 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 b4227e4..0c071a5 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 6d0ed05..dd3647a 100644 --- a/src/web_utils.cpp +++ b/src/web_utils.cpp @@ -90,8 +90,8 @@ namespace WEB_Utils { Config.path = request->getParam("path", true)->value(); Config.nonSmartBeaconRate = request->getParam("nonSmartBeaconRate", true)->value().toInt(); Config.rememberStationTime = request->getParam("rememberStationTime", true)->value().toInt(); - /*Config.maxDistanceToTracker = request->getParam("maxDistanceToTracker", true)->value().toInt(); - Config.standingUpdateTime = request->getParam("standingUpdateTime", true)->value().toInt();*/ + //Config.maxDistanceToTracker = request->getParam("maxDistanceToTracker", true)->value().toInt(); + Config.standingUpdateTime = request->getParam("standingUpdateTime", true)->value().toInt(); Config.sendAltitude = request->hasParam("sendAltitude", true); Config.disableGPS = request->hasParam("disableGPS", true);