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-20221108
A list of the changes included in this build (since the last daily) follows:
Changes for Build #708 [Dan Smith dsmith@danplanet.com] Fix ICF-based radios for clone out
At some point we apparently started slamming data down the serial line at too high a rate for older radios. When using an ID-800, the clone dialog finishes in a few seconds, and the radio times out because it missed a huge chunk of the image because it overran its buffer. This seemed to work okay for radios that use the direct serial connection to the 2.5mm data jack, but not via the OPC-478 type interface.
This change makes us read our own echo frames before sending the next one, which slows us down a lot. It feels a lot slower, but it means we're at least pacing the physical echo.
Tested with an ID-800, ID-880 and IC-2820 and this fixes things.
[Masen Furer m_github@0x26.net] add Lanchonlh HG-UV98 driver (#100)
* hg_uv98: add Lanchonlh HG-UV98 driver
fixes #7999
[Dan Smith dsmith@danplanet.com] py3-pr needs to push *after* matrix commit
[Dan Smith dsmith@danplanet.com] py3-pr Needs file to commit
[Dan Smith dsmith@danplanet.com] Update py3-pr to have tox for makesupported