Added new map report opt-in for compliance and limit map report (and default) to one hour (#6813)

* Added new map report opt-in for compliance and limit map report (and default) to one hour

* Trunk
This commit is contained in:
Ben Meadors
2025-05-14 15:31:28 -05:00
committed by GitHub
parent fc64bea698
commit 7cffd9ba70
5 changed files with 12 additions and 4 deletions

View File

@@ -21,6 +21,7 @@
#define default_neighbor_info_broadcast_secs 6 * 60 * 60
#define min_node_info_broadcast_secs 60 * 60 // No regular broadcasts of more than once an hour
#define min_neighbor_info_broadcast_secs 4 * 60 * 60
#define default_map_publish_interval_secs 60 * 60
#define default_mqtt_address "mqtt.meshtastic.org"
#define default_mqtt_username "meshdev"