Skip to content

Commit 94836d8

Browse files
committed
fix: recover json for OpenRTK330LI
1 parent b0a9681 commit 94836d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aceinna/setting/OpenRTK330L/RTK_INS/openrtk.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,13 +866,13 @@
866866
"active": true,
867867
"payload": [
868868
{
869-
"type": "uint16",
869+
"type": "uint32",
870870
"name": "GPS_Week",
871871
"unit": "",
872872
"format": ""
873873
},
874874
{
875-
"type": "uint32",
875+
"type": "double",
876876
"name": "GPS_TimeOfWeek",
877877
"unit": "ms",
878878
"format": "11.4f"

0 commit comments

Comments
 (0)