mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
feat(kenwood): add TH-D75 backend
Register exact TH-D75 identity and regional capabilities. Replace the fixed-offset D74/D75 FO and ME handling with bounded typed record codecs, and make shared Kenwood mode lookup preserve its unsupported sentinel within the declared table bounds. Add malformed-input and round-trip codec coverage while leaving memory writes, arbitrary split, clone names, and asynchronous status unadvertised.
This commit is contained in:
parent
5bc6deefe1
commit
07d6a7ff71
18 changed files with 1616 additions and 379 deletions
|
|
@ -869,6 +869,7 @@ class TestClass:
|
|||
'RIG_MODEL_TCI1X',
|
||||
'RIG_MODEL_THD72A',
|
||||
'RIG_MODEL_THD74',
|
||||
'RIG_MODEL_THD75',
|
||||
'RIG_MODEL_THD7A',
|
||||
'RIG_MODEL_THD7AG',
|
||||
'RIG_MODEL_THETIS',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue