You've already forked TEF6686_ESP32
Update API
When using no RDS error filter, PTY, CT, MS, ECC, AF, TP will only be parsed when RDS is error free. Add a bool to determine if PI was error free (correctPI)
This commit is contained in:
@@ -43,6 +43,7 @@ typedef struct _rds_ {
|
||||
bool afclear;
|
||||
bool rtAB;
|
||||
bool correct;
|
||||
bool correctPI;
|
||||
} rds_;
|
||||
|
||||
typedef struct _af_ {
|
||||
|
||||
Reference in New Issue
Block a user