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-20150615
A list of the changes included in this build (since the last daily) follows:
Changes for Build #352 [Eric Allen eric@hackerengineer.net] Fix PEP8 failures due to line length in FT-8100 driver
Related to #1229
[Eric Allen eric@hackerengineer.net] Add basic support for the Yaesu FT-8100
This is somewhat incomplete, but it works well enough to get my FT-8100 programmed. I'd rather share it as-is then let it bitrot on my laptop, because several users on the mailing list have asked about it.
Resolves #1467
[Eric Allen eric@hackerengineer.net] Fix skip reading in TH-UVF8D
Turns out the and/or Python ternary doesn't work when you do "and ''", because '' is falsey.
Fixes #2641
[Jim Unroe rock.unroe@gmail.com] [UV-5R] Add Support for New Baofeng Firmware Versions
Add detection for new UV-5R and UV-82 firmware versions.
Related to #2629