Merge branch 'small-hk-tweak' into cfdp-source-handler

This commit is contained in:
2023-07-17 10:37:03 +02:00

View File

@ -34,4 +34,6 @@ void PeriodicHousekeepingHelper::changeCollectionInterval(float newIntervalSecon
} }
collectionInterval = newIntervalSeconds; collectionInterval = newIntervalSeconds;
hkGenerationCd.setTimeout(intervalMs); hkGenerationCd.setTimeout(intervalMs);
// We want an immediate HK packet at the start, so time out the generation CD immediately.
hkGenerationCd.timeOut();
} }