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-20140724
A list of the changes included in this build (since the last daily) follows:
Changes for Build #284 [Dan Drogichen chirp.cordless@xoxy.net] Allow specification of the hexdump address format
Further edits to patch from Dan Smith # Fri Jul 18 07:58:00 2014 -0700
Change default addrfmt to %(addr)03i as discussed. Catch several exceptions resulting from format string errors observed in testing, and use the default format, as discussed.
Revised the README.developers entry for hexdump_addrfmt as discussed.
Alphabetized the README.developers directive descriptions, and made a few other minor edits as per the related #1767 patch submitted # Tue Jul 15 11:40:21 2014 -0700
[Dan Smith dsmith@danplanet.com] Allow specification of the hexdump address format
This allows developers to override the address format used during whole-diff (and potentially other) hexdump operations.
Idea and much of the implementation borrowed from Dan Drogichen
Related to #1767
[Marco Filippi iz3gme.marco@gmail.com] [FT7800] Fix TSQL-R tone mode support
Fix #221
Changes for Build #285 [Jim Unroe rock.unroe@gmail.com] [UV-5R] Update Firmware Version Detection
Fix firmware version block length (14 characters instead of 16). The firmware version check was failing on characters outside of the firmware version block.
Swap the check order for BFB and BFS in the firmware version string so the first occurance will always be selected. The previous method was allowing different firmware versions to be detected as being the same.
Related to bug #1751
[Jim Unroe rock.unroe@gmail.com] [UI] Update default for "Hide Unused Fields" - 2nd attempt
Set "Hide Unused Fields" to be enabled by default
#1779
[Marco Filippi iz3gme.marco@gmail.com] [VX170] Fix last patch
My last patch to FT7800 broke this radio because they all depend on FTx800Radio
Broken fixing #221