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-20150312
A list of the changes included in this build (since the last daily) follows:
Changes for Build #336 [Zachary T Welch zach@mandolincreekfarm.com] Add newline at end of console status (#2343)
When downloading/uploading on the console, a pretty status bar is printed on a single line. At the end of the transfer, a newline needs to be added, or subsequent output will appear on the same line as the status bar.
[Richard Cochran ag6qr@sonic.net] [ft2900] Fix issues entering channels via UI #2385 This patch fixes problems when entering memories to the FT-2900 via the CHIRP UI. The set_memory function was leaving "unknown" areas of the memory unset, which caused intermittent problems, depending on what had been in those fields before. Fix is to initialize all unknown fields to 0, mimicing what the radio would do if creating new channel via the radio's front panel. Also, we re-order the power levels to make the default "Hi", again to mimic the radio's front panel behavior.