This commit is contained in:
2025-05-04 00:39:45 +02:00
parent 4a0ca11c9a
commit 45872bc035
4 changed files with 409 additions and 68 deletions

View File

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