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-20210704
A list of the changes included in this build (since the last daily) follows:
Changes for Build #653 [Jim Unroe rock.unroe@gmail.com] [RB26] Fix for varying ACK
The RB26 sometimes ACKs the "magic" string with a "\x00\x06" and sometimes it ACKs with only a "\x06". CHIRP currently expects to see the "\x00\x06" as the response so the process fails if the "\x00" is missing.
This patch "chews up" the "\x00 if present and then only the individual "\x06" is expected as the ACK.
The Retevis RT76 seems to have the same issue and is fixed as a result of this patch.
Fixes #9035
[Dan Smith dsmith@danplanet.com] Fix style issues from #9127
[Kosta A. ve7kcy@gmail.com] Add support for clearing recently opened files. #9127
o Add Clear Recently Open files menu item o Order recently opened files list by most recent o Normalize camel case accross all menu items
[Kosta A. ve7kcy@gmail.com] Optimizing generic csv files load times by removing duplicate load for an empty list. Fixes #8991
[Kosta A. ve7kcy@gmail.com] Reduce additional spew by forcing bandplan log to info.
#0
[Kosta A. ve7kcy@gmail.com] Removing default support for Icom Dstar from generic csv radios. #8991
[Kosta A. ve7kcy@gmail.com] [csv] Memory bounds are inclusive. #8991