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-20160110
A list of the changes included in this build (since the last daily) follows:
Changes for Build #378 [Dan Smith dsmith@danplanet.com] Add test images for #3119
[Joseph.P.Scanlan@n7xsd.us] [IC-7000] Minor LOG.debug changes fixes #3149
Swapped source and destination addresses in one debug statement to reflect the direction of the arrow; added extd_number to another LOG.debug; and added a third LOG.debug.
[Pavel Milanes (CO7WT) co7wt@frcuba.co.cu] [New Model] Support for the Kenwood TK-76x/86x non G models, fixes issue #3139
This patch add support for the Kenwood Mobile part of the old "Serie/Family 60", including this radios.
VHF: TK-760/762, all versions, including H models UHF: TK-860/862, all versions, including H models
Only basic common ham settings support by now.
[Marco Filippi iz3gme.marco@gmail.com] [IC-W32E] support for E version of IC-W32
The only real difference from IC-W32A is _model id but to distinguish the images an extra byte at the end is added
implement #280
[Joseph.P.Scanlan@n7xsd.us] [IC-7000] Fix Show Raw Memory #3127
Method “get_raw_memory” was overlooked when bank support was added to the IC-7000 (an Icom CI-V radio). This patch corrects that oversight.
[Joseph.P.Scanlan@n7xsd.us] [IC-7000] Add Split Duplex fixes #3101
Independent receive and transmit frequencies can be set for each IC-7000 memory channel. This is enabled when Duplex is set to split. The transmit frequency is entered in the Offset field.
This patch exposes the Offset field for all memories. Offset changes to memories with plus, minus, or no split are silently ignored; the IC-7000 does not support per channel offset.
[Pavel Milanes (CO7WT) co7wt@frcuba.co.cu] [TK-760G] New Model, support the VHF part of the Kenwood 60G family, fix #2999
This patch is the support to the VHF part of the Kenwood 60G family, and must be appplied after the patch for the issue #3119
[Pavel Milanes (CO7WT) co7wt@frcuba.co.cu] [run_tests] support for bank models with channels always tied to a bank, fix #3119
The run_test script has no support for bank models in which a channel must allways be tied to a bank.
I found this in the development of a new driver in issue 2999, that driver is ready but can't go to the daily build until this is fixed.
This patch fix this, all you have to do is add a variable named channelAlwaysHasBank to your model class and make it True.
Cheers, Pavel.
[Tyler Tidman tyler.tidman@draak.ca] Fix minor typo in TS-2000 CW-R mode. Fixes #3103.
[Tyler Tidman tyler.tidman@draak.ca] Improve pep8 compliance in TS-2000 driver. Fixes #3093.
[Tyler Tidman tyler.tidman@draak.ca] Correct headers and number of trailing commas in stock configs. Fixes #3089.
[Tyler Tidman tyler.tidman@draak.ca] Add DE Freenet and UK Business Radio Simple Light stock configs. Fixes #2755.