0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

make it so i can save invidual options, like the piras

This commit is contained in:
2025-03-15 08:58:43 +01:00
parent 8d98f06b8e
commit 07641507ae
3 changed files with 103 additions and 9 deletions

View File

@@ -279,7 +279,7 @@ typedef struct
#define IS_TYPE_B(a) (a[1] & INT16_11)
void saveToFile(RDSEncoder *emp);
void saveToFile(RDSEncoder *emp, const char *option);
void loadFromFile(RDSEncoder *emp);
int rdssaved();