From 2cc98f9f617feb976e1f3f724489a1562dffb20d Mon Sep 17 00:00:00 2001 From: zhaohe Date: Fri, 5 Jan 2024 22:06:27 +0800 Subject: [PATCH] update --- xsync.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xsync.cpp b/xsync.cpp index bab8794..870e095 100644 --- a/xsync.cpp +++ b/xsync.cpp @@ -212,6 +212,9 @@ void Xsync::parseTimecodeMsgAndReport(XsyncNetAdd &from, uint8_t *data, size_t l xysnc_timecode_t timecode; /** * @brief + * + * 01 02 03 04 01 02 03 04 + * */ uint8_t frameuints = packet->timecode0 & 0x0f;