sendCommentAfterXBeacons ok
This commit is contained in:
parent
31eef3146e
commit
e603d61789
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue