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-20121222
A list of the changes included in this build (since the last daily) follows:
Changes for Build #130 [Dan Smith dsmith@danplanet.com] [uv5r] Allow backlight timeout values up to 24s
Related to #366
[Dan Smith dsmith@danplanet.com] [uv5r] Make the aux block upload conditional on firmware version
This loosens the check for a matching firmware version on upload. Instead of requiring it to be the same for any upload, this makes it not do the aux block upload if the versions don't match. Now, users can still share images between radios, but must do a fresh clone to get the aux block settings uploaded properly. An error is raised after a successful main block upload, but before the aux block to let them know that this happened.
Improves on #344