some bugfixes, seems to work now
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
This commit is contained in:
@ -338,6 +338,8 @@ ReturnValue_t PersistentTmStore::createMostRecentFile(std::optional<uint8_t> suf
|
||||
ReturnValue_t PersistentTmStore::initializeTmStore() {
|
||||
Clock::getClock_timeval(¤tTv);
|
||||
updateBaseDir();
|
||||
// Reset active file, base directory might have changed.
|
||||
activeFile = std::nullopt;
|
||||
return assignAndOrCreateMostRecentFile();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user