Bump FSFW #31
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user