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-01172012/
A list of the changes included in this build (since the last daily) follows:
changeset: 1254:4b90cf6547c8 tag: tip user: Dan Smith dsmith@danplanet.com date: Mon Jan 16 12:01:26 2012 -0800 files: tests/images/ft817.img tests/images/ft817nd.img description: [ft817] Add images for testing
changeset: 1253:e8411397c2c0 user: Dan Smith dsmith@danplanet.com date: Mon Jan 16 11:59:13 2012 -0800 files: chirp/chirp_common.py chirp/ft817.py description: [ft817] Fix a couple of issues preventing the ft817 driver from passing all of its tests: 1. The tone should be six bits instead of five 2. Typo causing get_memory() to look for "is_cwdig_narrow" in mem instead of _mem 3. Missing "CWR" mode in the chirp_common valid list
changeset: 1252:9c4e3e80bde0 user: Dan Smith dsmith@danplanet.com date: Mon Jan 16 11:59:11 2012 -0800 files: chirp/directory.py chirp/ft817.py description: [ft817] Add support for the non-ND FT-817
changeset: 1251:2ae4cf45e762 user: Marco Filippi, IZ3GME iz3gme.marco@gmail.com date: Mon Jan 16 18:58:39 2012 +0100 files: chirp/chirp_common.py chirp/directory.py chirp/ft817.py description: FT817ND initial support
changeset: 1250:ba2876002bef user: Dan Smith dsmith@danplanet.com date: Mon Jan 16 08:33:06 2012 -0800 files: chirp/yaesu_clone.py description: Make yaesu_clone include VENDOR by default
changeset: 1249:acf0d0ff47e7 user: Marco Filippi iz3gme.marco@gmail.com date: Mon Jan 16 08:28:32 2012 -0800 files: chirp/vx7.py description: Fix one-off error in VX7 driver's get_raw_memory() function