mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
Move up telemetry defaults to every 30 minutes (#4274)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user