Fix for special characters RDS

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-14 17:45:18 +02:00
parent f88c627d02
commit 06768fb5ab
5 changed files with 2160 additions and 3067 deletions
+4 -3
View File
@@ -138,10 +138,10 @@ typedef struct _rds_ {
byte region;
byte stationTypeCode;
byte MS;
char stationName[9];
wchar_t PStext[9] = L"";
String RDSPS;
char stationText[65];
wchar_t RTtext[65] = L"";
String stationName;
String stationText;
char stationType[17];
char musicTitle[48];
char musicArtist[48];
@@ -170,6 +170,7 @@ typedef struct _rds_ {
bool rtAB;
bool correct;
bool correctPI;
bool underscore;
} rds_;
typedef struct _af_ {