Missed commit

This commit is contained in:
Ben Meadors 2025-05-22 06:24:07 -05:00
parent e0b3e1439a
commit 02fc84a609

View File

@ -775,7 +775,7 @@ void MQTT::perhapsReportToMap()
// Coerce the map position precision to be within the valid range
// This removes obtusely large radius and privacy problematic ones from the map
if (map_position_precision < 11 || map_position_precision > 16) {
if (map_position_precision < 12 || map_position_precision > 15) {
LOG_WARN("MQTT Map report position precision %u is out of range, using default %u", map_position_precision,
default_map_position_precision);
map_position_precision = default_map_position_precision;