You've already forked TEF6686_ESP32
Added RDS quality bar
This commit is contained in:
@@ -14,6 +14,7 @@ extern bool afpage;
|
||||
extern bool afscreen;
|
||||
extern bool aftest;
|
||||
extern bool artheadold;
|
||||
extern bool BWreset;
|
||||
extern bool compressedold;
|
||||
extern bool clearrds;
|
||||
extern bool dropout;
|
||||
@@ -49,6 +50,7 @@ extern byte licold;
|
||||
extern byte MSold;
|
||||
extern byte eonptyold[20];
|
||||
extern byte rdsblockold;
|
||||
extern byte rdsqualityold;
|
||||
extern byte region;
|
||||
extern byte stationlistid;
|
||||
extern char eonpicodeold[20][6];
|
||||
@@ -56,6 +58,8 @@ extern char programTypePrevious[18];
|
||||
extern int ActiveColor;
|
||||
extern int ActiveColorSmooth;
|
||||
extern int BackgroundColor;
|
||||
extern int BarSignificantColor;
|
||||
extern int BarInsignificantColor;
|
||||
extern int BWAutoColor;
|
||||
extern int BWAutoColorSmooth;
|
||||
extern int GreyoutColor;
|
||||
@@ -75,6 +79,7 @@ extern int xPos;
|
||||
extern int xPos2;
|
||||
extern int xPos3;
|
||||
extern int xPos4;
|
||||
extern int16_t SAvg3;
|
||||
extern IPAddress remoteip;
|
||||
extern String AIDString;
|
||||
extern String ECColdtxt;
|
||||
@@ -126,6 +131,7 @@ void showPS();
|
||||
void showRadioText();
|
||||
void ShowAFEON();
|
||||
void showCT();
|
||||
void ShowErrors();
|
||||
|
||||
extern void ShowRDSLogo(bool RDSstatus);
|
||||
extern void DataPrint(String string);
|
||||
|
||||
Reference in New Issue
Block a user