mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
With this commit, the _set_tone_val() function now properly creates binary-coded decimal (BCD) numbers, depending on how dcs_enc_base and tone_enc_base are set when constructing a tone model. The test cases were expanded to cover all permutations of valid values for dcs_enc_base (8, 10, and 16) and tone_enc_base (10 and 16). All of these test cases allow testing new inputs and outputs, as well as validating that the new settings do not interfere with parsing when it is not expected to. |
||
|---|---|---|
| .. | ||
| images | ||
| unit | ||
| __init__.py | ||
| base.py | ||
| conftest.py | ||
| driver_xfails.yaml | ||
| icom_clone_simulator.py | ||
| model_stats.tsv | ||
| py3-untested-drivers.txt | ||
| py3_driver_testers.txt | ||
| test_banks.py | ||
| test_brute_force.py | ||
| test_clone.py | ||
| test_copy_all.py | ||
| test_detect.py | ||
| test_drivers.py | ||
| test_edges.py | ||
| test_features.py | ||
| test_settings.py | ||
| xfails.txt | ||