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-08292011/
A list of the changes included in this build (since the last daily) follows:
changeset: 1186:7dbb7797d3c9 tag: tip user: Dan Smith dsmith@danplanet.com date: Sun Aug 28 10:55:05 2011 -0700 files: chirp/directory.py chirp/errors.py chirpui/mainapp.py description: When we fail to detect an image type, allow the user to force the driver that is used to open the image. This should not be used other than to get out of a jam, as the detection logic should be augmented. Please don't use this without telling me so I can fix whatever issue(s) people run into.
changeset: 1185:e353a0c31dd9 user: Dan Smith dsmith@danplanet.com date: Sun Aug 28 10:19:54 2011 -0700 files: tests/run_tests description: [tests] Add a test to verify that image-based detection is working
changeset: 1184:4d6946e72c58 user: Dan Smith dsmith@danplanet.com date: Sun Aug 28 10:19:29 2011 -0700 files: chirp/wouxun.py description: [wouxun] Make the Wouxun's detect function disambiguate between it and the JT220M radio.
changeset: 1183:db6d7db4287d user: Dan Smith dsmith@danplanet.com date: Sun Aug 28 10:18:50 2011 -0700 files: chirp/alinco.py description: [alinco] Fix JT220M detection (apparently)
changeset: 1182:a422ac4dbad8 user: Dan Smith dsmith@danplanet.com date: Sun Aug 28 10:02:54 2011 -0700 files: tests/images/uv3r.img description: [uv3r] Refresh the test image
changeset: 1181:50040895b73f user: Dan Smith dsmith@danplanet.com date: Sun Aug 28 10:00:21 2011 -0700 files: chirp/wouxun.py description: [px777] Don't print anything during the detect function
changeset: 1180:691506c2feb8 user: Dan Smith dsmith@danplanet.com date: Sun Aug 28 09:49:45 2011 -0700 files: chirp/wouxun.py description: [wouxun] Loosen the file type detection logic
Remove the assumption that the first byte is 0xFF and base detection only on the length.