From a6380de95647f249463c19721c31e27bf98b3fc7 Mon Sep 17 00:00:00 2001 From: sq2ips Date: Tue, 15 Jul 2025 16:25:29 +0200 Subject: [PATCH] Update horus.h --- m20/Core/Inc/horus.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m20/Core/Inc/horus.h b/m20/Core/Inc/horus.h index 844c515..447dfc1 100644 --- a/m20/Core/Inc/horus.h +++ b/m20/Core/Inc/horus.h @@ -21,8 +21,7 @@ typedef struct TBinaryPacket { int16_t ExtTemp; uint8_t Hum; uint16_t Press; - uint8_t PayloadVoltage; - uint8_t Unused; + uint16_t Unused; // End of custom data uint16_t Checksum; } __attribute__((packed)) HorusBinaryPacket;