mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-10 15:12:06 +00:00
Missed commit
This commit is contained in:
parent
e0b3e1439a
commit
02fc84a609
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user