userPrefs: Set default ringtone nag time (#7314)

This commit is contained in:
Austin
2025-07-12 17:26:25 -04:00
committed by GitHub
parent 4342d51f5a
commit 86be2ac12f
4 changed files with 12 additions and 6 deletions

View File

@@ -24,6 +24,11 @@
#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
#ifdef USERPREFS_RINGTONE_NAG_SECS
#define default_ringtone_nag_secs USERPREFS_RINGTONE_NAG_SECS
#else
#define default_ringtone_nag_secs 60
#endif
#define default_mqtt_address "mqtt.meshtastic.org"
#define default_mqtt_username "meshdev"