test update aprspacketlib

This commit is contained in:
Ricardo Guzman (Richonguzman)
2025-11-30 10:15:01 -03:00
parent ca16761f68
commit b3cc8af180
12 changed files with 97 additions and 193 deletions

View File

@@ -191,7 +191,7 @@ namespace WEB_Utils {
}
Config.beacon.gpsActive = request->hasParam("beacon.gpsActive", true);
Config.beacon.gpsAmbiguity = request->hasParam("beacon.gpsAmbiguity", true);
Config.beacon.ambiguityLevel = getParamIntSafe("beacon.ambiguityLevel", Config.beacon.ambiguityLevel);
Config.personalNote = getParamStringSafe("personalNote", Config.personalNote);