Refactor ReadRange by-position and by-sequence encoding into common module (#1028)

This commit is contained in:
Steve Karg
2025-06-23 10:50:48 -05:00
committed by GitHub
parent 5072fb5913
commit 464be15bae
6 changed files with 343 additions and 1 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ The git repositories are hosted at the following sites:
### Changed
* Changed ReadRange by-position and by-sequence encoding by refactoring
into a common module. (#1028)
* Changed default MS/TP APDU to 480 to avoid extended frames by default. (#1003)
* Changed mirror script to improve debugging. (#968)
* Changed dlenv to support multiple datalinks via environment variable. (#966)