Added time_stamp feature in Packet2

This commit is contained in:
2026-04-06 00:44:35 +02:00
parent fa80e97cd3
commit a298a0c7ec
2 changed files with 5 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ struct TelemetryPacket1 {
#pragma pack(push, 1)
struct TelemetryPacket2 {
uint32_t time_stamp;
float vbat;
float teng;
float lat;