Fix RDS data in XDR-GTK protocol messages

This commit is contained in:
Konrad Kosmatka
2023-12-25 22:21:23 +01:00
parent d5b716f0fa
commit 47ba771177
5 changed files with 135 additions and 16 deletions
+2
View File
@@ -4,6 +4,7 @@
#include "Arduino.h"
#include "Tuner_Drv_Lithio.h"
#include "Tuner_Interface.h"
#include "RdsPiBuffer.hpp"
extern const unsigned char tuner_init_tab[] PROGMEM;
extern const unsigned char tuner_init_tab9216[] PROGMEM;
@@ -614,6 +615,7 @@ typedef struct _rds_ {
bool fastps;
bool rtbuffer = true;
bool afreg;
RdsPiBuffer piBuffer;
} rds_;
typedef struct _af_ {