semuconsulting / pyubx2

Python library for parsing and generating UBX GPS/GNSS protocol messages.
BSD 3-Clause "New" or "Revised" License
173 stars 67 forks source link

Fixed CFG-PM2 #41

Closed Hadatko closed 2 years ago

Hadatko commented 2 years ago

Signed-off-by: Cervenka Dusan cervenka@acrios.com

pyubx2 Pull Request Template

Description

Changes to CFG-PM2 according the documentation: image

Fixes # (issue)

missing extintInactivityMs + offset for optTarget

Testing

Please test all changes, however trivial, against the supplied unittest suite tests/test_*.py e.g. by executing the tests/testsuite.py module or using your IDE's native Python unittest integration facilities. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist: