Make GPS location persistence opt-in and fuzzed

This commit is contained in:
Mitchell Moss
2026-04-29 10:45:53 -04:00
parent da8f83964a
commit d83cb61fe7
4 changed files with 52 additions and 17 deletions
+6 -4
View File
@@ -176,10 +176,12 @@ gps:
time_sync_min_offset_seconds: 1.0
time_sync_min_valid_year: 2020
# Feed a valid GPS fix back into repeater.latitude/repeater.longitude so
# pyMC Repeater adverts and pyMC Console location details follow the receiver.
# Updates are throttled to avoid rewriting config on every NMEA sentence.
update_repeater_location_from_fix: true
# Opt-in: feed a valid GPS fix back into repeater.latitude/repeater.longitude
# so pyMC Repeater adverts and pyMC Console location details follow the
# receiver. repeater_location_precision_digits is applied before saving so
# deployments can fuzz the stored/advertised location. Updates are throttled
# to avoid rewriting config on every NMEA sentence.
update_repeater_location_from_fix: false
location_update_interval_seconds: 600.0
# Mesh Network Configuration