Fix RT refresh

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-06-15 00:05:53 +02:00
parent 587445e609
commit 2c8242ec78
2 changed files with 199 additions and 191 deletions
+6 -5
View File
@@ -171,6 +171,7 @@ typedef struct _rds_ {
bool correct;
bool correctPI;
bool underscore;
bool rdsreset;
} rds_;
typedef struct _af_ {
@@ -222,12 +223,12 @@ class TEF6686 {
void setUnMute();
void setVolume(int8_t volume);
void tone(uint16_t time, int16_t amplitude, uint16_t frequency);
uint8_t af_counter;
bool mute;
uint8_t af_counter;
bool mute;
private:
void RDScharConverter(const char* input, wchar_t* output, size_t size);
String convertToUTF8(const wchar_t* input);
void RDScharConverter(const char* input, wchar_t* output, size_t size);
String convertToUTF8(const wchar_t* input);
uint16_t rdsTimeOut = 32768;
uint8_t ps_process;
uint8_t rt_process;
@@ -240,4 +241,4 @@ class TEF6686 {
byte rt_timer;
byte offsetold;
char stationTextBuffer[65];
};
};