Tested on amd64 with Baofeng uv-5r. Following are CHANGES from devs:
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-20160517 A list of the changes included in this build (since the last daily) follows: Changes for Build #402 [Pavel Milanes (CO7WT) <[email protected]>] [PATCH][BTECH] Add a flag to know we have a BTECH gen3, fixes #3015 This 3 gen wave of BTECH radios has new settings items and we need a flag to know when we are dealing with one of these to show the settings properly. This is an advance to the real settings modification. 73 [Pavel Milanes (CO7WT) <[email protected]>] [PATCH][BTECHs] Add support for the new Gen3 wave of BTECHs, fixes #3015 This add support for the new generation (3gen) if the following BTECHs: * UV-2501 * UV-2501+220 * UV-5001 73 [Pavel Milanes (CO7WT) <[email protected]>] [PATCH][KT8900] Comment about old versions of KT8900 in the UI, fixes #3539 All points that the QYT KT8900 is the main OEM model, and there are two variants of it, from the prespective of the communication dance: * One is with just the ID and right to the down/up process (clone of WACCOM Mini8900) * The other (is the default now) with a second id read & a extra step on the upload process. As both uses different communications steps we can't put them both under the same case, fortunately the "older" model has a clone in the WACCOM Mini8900. We put here a notice on the failure to read a KT8900 to warn the users to try the WACCOM Mini8900 instead. Ports diff follows: Index: Makefile =================================================================== RCS file: /cvs/ports/comms/chirp/Makefile,v retrieving revision 1.7 diff -u -p -u -r1.7 Makefile --- Makefile 7 May 2016 14:02:53 -0000 1.7 +++ Makefile 26 May 2016 19:36:28 -0000 @@ -2,7 +2,7 @@ COMMENT= tool to programme a wide range of amateur radios -MODPY_EGG_VERSION= 20160507 +MODPY_EGG_VERSION= 20160517 DISTNAME= chirp-daily-${MODPY_EGG_VERSION} PKGNAME= chirp-${MODPY_EGG_VERSION} Index: distinfo =================================================================== RCS file: /cvs/ports/comms/chirp/distinfo,v retrieving revision 1.4 diff -u -p -u -r1.4 distinfo --- distinfo 7 May 2016 14:02:53 -0000 1.4 +++ distinfo 26 May 2016 19:36:28 -0000 @@ -1,2 +1,2 @@ -SHA256 (chirp-daily-20160507.tar.gz) = SWjtOuNE+/QUdepbMRLt9/i+6HQcK5aDKxPhVPloJp8= -SIZE (chirp-daily-20160507.tar.gz) = 578136 +SHA256 (chirp-daily-20160517.tar.gz) = sOTGFvxXViIMzRRYpmyHLS0bpjXrsO1MG1rWgEGhXVk= +SIZE (chirp-daily-20160517.tar.gz) = 578310
