Skip to content

Commit 1891010

Browse files
committed
- fixed missing log error.
1 parent 360ceac commit 1891010

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
@@ -16,7 +16,7 @@
1616
from cssrlib.rinex import rnxdec
1717
from binascii import unhexlify
1818

19-
l6_mode = 1 # 0: from receiver log, 1: from archive on QZSS
19+
l6_mode = 0 # 0: from receiver log, 1: from archive on QZSS
2020

2121
if l6_mode == 1:
2222
ep = [2021, 3, 19, 12, 0, 0]

0 commit comments

Comments
 (0)