Skip to content

Commit

Permalink
Added NMEA ZDA message rate control support to config_tool.py (#14)
Browse files Browse the repository at this point in the history
# New Features
- Added NMEA ZDA message rate control support to `config_tool.py`
  • Loading branch information
adamshapiro0 authored Dec 20, 2024
2 parents 3f53932 + a2e5c1a commit c558420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ argparse-formatter>=1.4
colorama>=0.4.4
construct~=2.10.67
deepdiff>=8.0.1
fusion-engine-client==1.24.0rc1
fusion-engine-client==1.24.0rc2
pynmea2~=1.18.0
pyserial~=3.5
urllib3>=1.21.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"colorama>=0.4.4",
"construct~=2.10.67",
"deepdiff>=8.0.1",
"fusion-engine-client==1.24.0rc1",
"fusion-engine-client==1.24.0rc2",
"psutil>=5.9.4",
"pynmea2~=1.18.0",
"pyserial~=3.5",
Expand Down

0 comments on commit c558420

Please sign in to comment.