Generalize DTSH header reading and writing; generalize input override prefixes; support external writer targets for pushing

This commit is contained in:
Thulinma 2023-02-17 01:13:29 +01:00
parent 2b18a414b4
commit 0f692233e8
26 changed files with 193 additions and 146 deletions

View file

@ -204,8 +204,6 @@ namespace Mist{
if (!inFile.seek(0))
ERROR_MSG("Could not seek back to position 0!");
thisTime = 0;
M.toFile(config->getString("input") + ".dtsh");
return true;
}