Updated AF/EON screen

First page only AF
2nd and optional 3th page only EON, including 3x Mapped freq. and TP TA flags.
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-09 19:50:07 +01:00
parent 6e854036da
commit 3738781457
7 changed files with 184 additions and 136 deletions
+5 -4
View File
@@ -632,8 +632,9 @@ typedef struct _eon_ {
uint16_t pi;
char picode[6];
String ps;
bool eonvalid;
bool checked;
bool ta;
bool tp;
bool taset;
} eon_;
typedef struct _logbook_ {
@@ -646,8 +647,8 @@ typedef struct _logbook_ {
class TEF6686 {
public:
af_ af[50];
eon_ eon[20];
af_ af[51];
eon_ eon[21];
rds_ rds;
logbook_ logbook[22];
uint16_t TestAF();