Added check for AF method B

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-09-06 16:31:31 +02:00
parent 7472c96df4
commit 7e3b9b72a7
3 changed files with 22 additions and 6 deletions
+2
View File
@@ -256,6 +256,7 @@ class TEF6686 {
uint8_t rdsblock;
uint8_t rtplusblock;
bool mute;
bool afmethodB;
private:
void RDScharConverter(const char* input, wchar_t* output, size_t size, bool under);
@@ -297,6 +298,7 @@ class TEF6686 {
bool rdsBerrorThreshold;
bool rdsCerrorThreshold;
bool rdsDerrorThreshold;
byte afmethodcounter;
};
#endif