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-20121220
A list of the changes included in this build (since the last daily) follows:
Changes for Build #128 [Dan Smith dsmith@danplanet.com] Speed up tests by short-circuiting time.sleep()
Lots of the modules use sleep delays for timing clone responses and retries. This makes the tests run slowly. Instead, make time.sleep() return immediately.
#93
[Dan Smith dsmith@danplanet.com] [dj175] Add support for Alinco DJ175
Fixes #186
[Dan Smith dsmith@danplanet.com] [uv5r] Add per-band enable/disable flag setting
This is speculative, based on some work done by KC9HI, and may help mitigate the issue with #344.
[Dan Smith dsmith@danplanet.com] [uv5r] Fix settings on newer firmware radios
This makes adjustments to the way we fetch the band limits, which changed from the older firmware to the newer firmware. It also is more tolerant of the ANI code being short, which is a known issue in CHIRP.
Related to #314