Improved EON PS decoding

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-26 13:47:12 +02:00
parent 255b32f8fa
commit 47e6693064
3 changed files with 54 additions and 49 deletions

View File

@@ -644,6 +644,7 @@ typedef struct _eon_ {
bool tp;
bool taset;
uint8_t pty;
bool packet0, packet1, packet2, packet3;
} eon_;
typedef struct _logbook_ {