Added RT buffering as menu option

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-08-06 16:38:26 +02:00
parent 1dbcd7d501
commit d258d1dd3c
6 changed files with 71 additions and 25 deletions

View File

@@ -166,6 +166,7 @@ typedef struct _rds_ {
bool underscore;
bool rdsreset;
bool pierrors;
bool rtbuffer = true;
} rds_;
typedef struct _af_ {