sendCommentAfterXBeacons ok

This commit is contained in:
richonguzman 2024-09-25 14:48:04 -03:00
parent 31eef3146e
commit e603d61789
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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();