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-20221128
A list of the changes included in this build (since the last daily) follows:
Changes for Build #719 [Dan Smith dsmith@danplanet.com] [icf] Change EtcData to hex to match OEM software
The OEM software uses six zero-paded hex digits for EtcData, so fix icf to do the same.
[Dan Smith 3046399+kk7ds@users.noreply.github.com] Merge pull request #154 from kk7ds/icfhash
Implement ICF hashing
[Dan Smith dsmith@danplanet.com] Implement ICF hashing
This adds generating the proper #CD=$hash value at the end of ICF files, which is required for the radio to read the image off of an SD card. Tested with a real ID31, but it also generate the same hash as CS-5100 for ID5100.
[Frans van Gulik 48883389+HascEasyZ@users.noreply.github.com] Add support for "CRT 279 UV" KT7900D Clone
Added chip version VC5302 to KT7900D. Using QYT -> KT7900D Fully functional
[Dan Smith dsmith@danplanet.com] Fix improperly-named driver modules
These drivers are only importable by the magic directory stuff, but are not actually valid module names.