0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-06-29 10:58:53 +02:00
parent ef3170b2d2
commit 1f53022c59

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;