Go to buffered PS mode when 8 bytes received

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-10-10 23:41:11 +02:00
parent 101b0caf99
commit d9ed14d8cf
2 changed files with 13 additions and 4 deletions
+4 -1
View File
@@ -282,7 +282,6 @@ class TEF6686 {
wchar_t PStext[9] = L"";
wchar_t EONPStext[20][9];
wchar_t PTYNtext[9] = L"";
byte ps_counter;
char RDSplus1[45];
char RDSplus2[45];
uint16_t currentfreq;
@@ -297,6 +296,10 @@ class TEF6686 {
bool rdsCerrorThreshold;
bool rdsDerrorThreshold;
byte afmethodcounter;
bool packet0;
bool packet1;
bool packet2;
bool packet3;
};
#endif