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-20150409
A list of the changes included in this build (since the last daily) follows:
Changes for Build #344 [Dan Smith dsmith@danplanet.com] Fix PEP8 issue with TM271 driver
Related to #795
[Ryan Tourge K2RRT ryan.tourge@gmail.comx] [kenwood_live] Support for all freq steps in 271/281 Fixes #795
[Charles Stewart chuckination@gmail.com] [ts2000] Add support for Kenwood TS-2000 with style fixes. Fixes #217
[Richard Cochran ag6qr@sonic.net] [ft2900] Support Euro version of FT-2900/FT-1900 (#2501) This patch adds support for the Euro version of the FT-2900/FT-1900 radio, which uses a different header IDBLOCK than the US version. We make the IDBLOCK a class variable, and then create a subclass for the Euro version, with an override to the IDBLOCK.
[Richard Cochran ag6qr@sonic.net] [ft2900] fix lockup issue (#2505) This fixes an issue where memories entered via the Chirp UI and uploaded to the radio could sometimes cause lockups if the memory was later edited in the radio to change its SQLTYPE. The cause was uninitized flags that could erroneously flag a tone or DCS code as being part of a split tone. Fix is to initialize the flags to zero -- there was already code to set them to 1 when needed.