0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

you can send additional information via 1A and eon also this update requires a reset of the save

This commit is contained in:
2025-04-13 15:53:38 +02:00
parent 4416e7e232
commit 0efc915c0e
4 changed files with 38 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ typedef struct {
uint8_t pty : 5;
char ps[8];
RDSAFs af;
uint16_t data : 16;
} RDSEON;
typedef struct {
uint16_t pi;
@@ -56,6 +57,7 @@ typedef struct {
char rt1[RT_LENGTH];
uint8_t ecc;
uint16_t slc_data : 12;
uint8_t ta : 1;
uint8_t pty : 5;
@@ -138,6 +140,7 @@ typedef struct {
uint8_t rtp_oda : 1;
uint8_t ert_oda : 1;
uint8_t data_ecc : 1;
uint8_t grp_seq_idx[4];
uint8_t udg_idxs[2];