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-20160215
A list of the changes included in this build (since the last daily) follows:
Changes for Build #384 [Pavel Milanes (CO7WT) co7wt@frcuba.co.cu] [PATCH][TK-270] Fix a missing txenable flag, Fixes #3279
A flag for txenable on set_channel was missing and was causing the TX freqs of all channels edited by chirp to get not on the freq you programmed.
Sorry for the inconvenience.
[Jim Unroe rock.unroe@gmail.com] [UV-5R] Leave Immutable Elements Alone
Some immutable (set_mutable(False)) elements that were expected to be unchangeable by the user were being changed by CHIRP when filtered and then they were being updated by the "def set_settings(self, settings):" procedure.
This patch updates this procedure so it does not reset immutable elements.
related to bug #3305