From 073478c67dc5b67006a91375f8575b013ff68eb2 Mon Sep 17 00:00:00 2001 From: sq2ips Date: Thu, 29 May 2025 12:28:56 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b68ea02..718ab12 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,8 @@ The [ADF7012B](https://www.analog.com/media/en/technical-documentation/data-shee The only supported format for now is [Horus Binary V2](https://github.com/projecthorus/horusdemodlib/wiki/5-Customising-a-Horus-Binary-v2-Packet) with default custom format. Sent data (implemented in [`horus.h`](https://github.com/sq2ips/m20-custom-firmware/blob/main/m20/Core/Inc/horus.h)): -| Byte No. | Data Type | Size (bytes) | Description | +| Byte No. | Data Type | Description | +|-|-|-| | 0-1 | uint16 | Payload ID (0-65535) | | 2-3 | uint16 | Sequence Number | | 4 | uint8 | Time-of-day (Hours) |