revert mission timer to 32 bit, add signal level monitoring

This commit is contained in:
2025-05-05 09:01:04 +02:00
parent 45872bc035
commit 62c4d0a909
2 changed files with 138 additions and 69 deletions

View File

@@ -24,7 +24,7 @@ typedef struct __attribute__((packed))
char syncPhrase[10];
uint32_t packetIndex;
uint8_t packetType;
uint64_t missionTimer;
uint32_t missionTimer;
uint32_t CRCCheck;
} DownBoundPacket;