0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-03-22 21:52:14 +01:00
parent 23eaf13c4f
commit 65ee312ad1

View File

@@ -23,6 +23,8 @@ void Modulator_saveToFile(RDSModulatorParameters *emp, const char *option) {
} else if (strcmp(option, "ALL") == 0) {
tempEncoder.level = emp->level;
tempEncoder.rdsgen = emp->rdsgen;
} else {
return;
}
file = fopen(encoderPath, "wb");