From 1f5d68204e4fcaa0a17dd914196ba944f585e6aa Mon Sep 17 00:00:00 2001 From: livox Date: Thu, 9 Jan 2020 16:11:20 +0800 Subject: [PATCH] Fixed UTC year 2555 to 2255 --- Livox-SDK-Communication-Protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Livox-SDK-Communication-Protocol.md b/Livox-SDK-Communication-Protocol.md index 2dbf78b..d0e0819 100644 --- a/Livox-SDK-Communication-Protocol.md +++ b/Livox-SDK-Communication-Protocol.md @@ -819,7 +819,7 @@ request | ---- | ------- | ------------- | --------- | ------------------------------------------------------------ | | data | cmd_set | 0 | uint8_t | LiDAR Command: 0x01 | | | cmd_id | 1 | uint8_t | Command ID: 0x0A | -| | year | 2 | uint8_t | UTC Year:
0 is 2000 year
255 is 2555 year | +| | year | 2 | uint8_t | UTC Year:
0 is 2000 year
255 is 2255 year | | | month | 3 | uint8_t | UTC Month: Range is 1-12 | | | day | 4 | uint8_t | UTC Day: Range is 1-31 | | | hour | 5 | uint8_t | UTC Hour: Range is 0-23|