Added extra Fast PS setting (always)

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-27 20:24:08 +02:00
parent 0c4d48c4da
commit 924eed4250
4 changed files with 592 additions and 534 deletions
+1 -1
View File
@@ -582,6 +582,7 @@ typedef struct _rds_ {
uint16_t aid[10];
uint32_t dabaffreq;
byte aid_counter;
byte fastps;
int8_t offset;
unsigned int ECC;
unsigned int LIC;
@@ -619,7 +620,6 @@ typedef struct _rds_ {
bool rdsreset;
bool pierrors;
bool sortaf;
bool fastps;
bool rtbuffer = true;
bool afreg;
RdsPiBuffer piBuffer;