This commit is contained in:
2025-06-29 10:58:53 +02:00
parent ef3170b2d2
commit 1f53022c59
+2 -1
View File
@@ -262,7 +262,8 @@ int main(int argc, char **argv) {
.freq = DEFAULT_FREQ,
.sample_rate = DEFAULT_SAMPLE_RATE,
.offset = DEFAULT_OFFSET,
.test_mode = 0
.test_mode = 0,
.ini_config_path = DEFAULT_CONFIG_PATH
};
int err;