Several updates

- New font for frequency
- Added auto AF sort on/off
- Mask regional AF frequencies
- Some changes that make tuning a bit faster
- Small bugfixes
- Code cleanup
This commit is contained in:
Sjef Verhoeven PE5PVB
2023-08-13 20:52:11 +02:00
parent 383a6c1b6b
commit ab94e952dd
9 changed files with 1947 additions and 434 deletions
+3
View File
@@ -166,6 +166,7 @@ typedef struct _rds_ {
bool underscore;
bool rdsreset;
bool pierrors;
bool sortaf;
bool rtbuffer = true;
} rds_;
@@ -174,6 +175,7 @@ typedef struct _af_ {
int16_t score;
bool afvalid;
bool checked;
bool regional;
} af_;
typedef struct _eon_ {
@@ -285,6 +287,7 @@ class TEF6686 {
bool runningbit;
bool initrt;
bool initab;
bool afinit;
};
#endif