Skip to content

Commit 69e4df2

Browse files
committed
- fixed time in example.
1 parent 8ace5d1 commit 69e4df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/test_ppprtk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def decode_msg(v, tow, l6_ch, prn_ref):
8080

8181
elif dataset == 3: # single channel
8282

83-
ep = [2025, 8, 21, 0, 0, 0]
83+
ep = [2025, 8, 21, 7, 0, 0]
8484
xyz_ref = [-3962108.6836, 3381309.5672, 3668678.6720]
8585

8686
time = epoch2time(ep)

0 commit comments

Comments
 (0)