others listo
This commit is contained in:
parent
e603d61789
commit
a8619e43b1
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -203,6 +203,9 @@
|
||||||
step="1"
|
step="1"
|
||||||
min="15"
|
min="15"
|
||||||
/>
|
/>
|
||||||
|
<span class="input-group-text"
|
||||||
|
>minutes</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -90,8 +90,8 @@ namespace WEB_Utils {
|
||||||
Config.path = request->getParam("path", true)->value();
|
Config.path = request->getParam("path", true)->value();
|
||||||
Config.nonSmartBeaconRate = request->getParam("nonSmartBeaconRate", true)->value().toInt();
|
Config.nonSmartBeaconRate = request->getParam("nonSmartBeaconRate", true)->value().toInt();
|
||||||
Config.rememberStationTime = request->getParam("rememberStationTime", true)->value().toInt();
|
Config.rememberStationTime = request->getParam("rememberStationTime", true)->value().toInt();
|
||||||
/*Config.maxDistanceToTracker = request->getParam("maxDistanceToTracker", true)->value().toInt();
|
//Config.maxDistanceToTracker = request->getParam("maxDistanceToTracker", true)->value().toInt();
|
||||||
Config.standingUpdateTime = request->getParam("standingUpdateTime", true)->value().toInt();*/
|
Config.standingUpdateTime = request->getParam("standingUpdateTime", true)->value().toInt();
|
||||||
Config.sendAltitude = request->hasParam("sendAltitude", true);
|
Config.sendAltitude = request->hasParam("sendAltitude", true);
|
||||||
Config.disableGPS = request->hasParam("disableGPS", true);
|
Config.disableGPS = request->hasParam("disableGPS", true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue