Greetings,
A new daily build of CHIRP is available. This includes changes made directly to the tree yesterday, and may include additional features, bug fixes, and/or bugs. If you are interested in trying it, grab it from the following location:
http://trac.chirp.danplanet.com/chirp_daily/daily-20221201
A list of the changes included in this build (since the last daily) follows:
Changes for Build #721 [Dan Smith dsmith@danplanet.com] Mock out time.time during tests
This saves two minutes wall clock time on *just* the clone tests.
[Dan Smith dsmith@danplanet.com] Add TH-D74 clone-mode driver
[Dan Smith dsmith@danplanet.com] Add a directory compat routine
This gives us compatibility with drivers from the py3 branch that will use this format registration scheme.
[Dan Smith dsmith@danplanet.com] Fix tuning_step on TH-D72
This fixes chirp #10088 and revert the "fix" from chirp #1611. The latter figured these were meaningless bits that changed based on the band, but they're actually a tuning_step index (transmit and receive). I think the problem with distorted audio is the radio being off frequency slightly when the tuning step doesn't match what is needed for the frequency.
[Dan Smith dsmith@danplanet.com] Add gitignore initiailzed from hgignore