9 Nov
2022
9 Nov
'22
12:07 a.m.
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-20221109
A list of the changes included in this build (since the last daily) follows:
Changes for Build #709 [Masen Furer m_github@0x26.net] hg_uv98: skip register if `future` is not available
this driver currently depends on builtins.bytes
ass try/except ImportError when doing
from builtins import bytes
since some platforms dont have the `future` package and the driver shouldn't crash the whole program in those cases.
fixes #10110