Skip to content

Commit c558420

Browse files
authored
Added NMEA ZDA message rate control support to config_tool.py (#14)
# New Features - Added NMEA ZDA message rate control support to `config_tool.py`
2 parents 3f53932 + a2e5c1a commit c558420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ argparse-formatter>=1.4
22
colorama>=0.4.4
33
construct~=2.10.67
44
deepdiff>=8.0.1
5-
fusion-engine-client==1.24.0rc1
5+
fusion-engine-client==1.24.0rc2
66
pynmea2~=1.18.0
77
pyserial~=3.5
88
urllib3>=1.21.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"colorama>=0.4.4",
1111
"construct~=2.10.67",
1212
"deepdiff>=8.0.1",
13-
"fusion-engine-client==1.24.0rc1",
13+
"fusion-engine-client==1.24.0rc2",
1414
"psutil>=5.9.4",
1515
"pynmea2~=1.18.0",
1616
"pyserial~=3.5",

0 commit comments

Comments
 (0)