Move up telemetry defaults to every 30 minutes (#4274)

This commit is contained in:
Ben Meadors
2024-07-12 09:24:42 -05:00
committed by GitHub
parent eabec5ae34
commit 699d37b04c
6 changed files with 14 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ int32_t PaxcounterModule::runOnce()
sendInfo(NODENUM_BROADCAST);
}
return Default::getConfiguredOrDefaultMs(moduleConfig.paxcounter.paxcounter_update_interval,
default_broadcast_interval_secs);
default_telemetry_broadcast_interval_secs);
} else {
return disable();
}