File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,9 +322,9 @@ NodeDB::NodeDB()
322322 // Uncomment below to always enable UDP broadcasts
323323 // config.network.enabled_protocols = meshtastic_Config_NetworkConfig_ProtocolFlags_UDP_BROADCAST;
324324
325- // If we are setup to broadcast on the default channel, ensure that the telemetry intervals are coerced to the minimum value
326- // of 30 minutes or more
327- if (channels.isDefaultChannel (channels. getPrimaryIndex () )) {
325+ // If we are setup to broadcast on any default channel slot (with default frequency slot semantics),
326+ // ensure that the telemetry intervals are coerced to the minimum value of 30 minutes or more.
327+ if (channels.hasDefaultChannel ( )) {
328328 LOG_DEBUG (" Coerce telemetry to min of 30 minutes on defaults" );
329329 moduleConfig.telemetry .device_update_interval = Default::getConfiguredOrMinimumValue (
330330 moduleConfig.telemetry .device_update_interval , min_default_telemetry_interval_secs);
You can’t perform that action at this time.
0 commit comments