Small fix on PI detector when show PI errors is on

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-07-12 23:09:31 +02:00
parent 8aaeb72d81
commit c77881915c
3 changed files with 43 additions and 12 deletions
+3
View File
@@ -149,6 +149,8 @@ typedef struct _af_ {
typedef struct _eon_ {
uint16_t mappedfreq;
uint16_t mappedfreq2;
uint16_t mappedfreq3;
uint16_t pi;
char picode[6];
String ps;
@@ -227,6 +229,7 @@ class TEF6686 {
uint16_t rdsBprevious;
uint16_t rdsCprevious;
uint16_t rdsDprevious;
uint16_t piold;
bool rtABold;
wchar_t PStext[9] = L"";
wchar_t EONPStext[20][9];