Code refactoring and bug fixes for config file handler. Added new test cases for config file handler
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
2022-07-05 14:56:31 +02:00
parent d9060734b0
commit 5e4d07bd25
4 changed files with 38 additions and 16 deletions

View File

@ -15,7 +15,7 @@ static constexpr int PARAM1_DEFAULT = 905;
enum ParamIds : uint8_t {
PARAM0 = 0,
PARAM1 = 1,
PARAM2 = 2,
};