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

This commit is contained in:
Robin Müller 2023-07-17 10:37:03 +02:00
commit ca27cef2ee
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 2 additions and 0 deletions

View File

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