[chirp_devel] [PATCH] [UV-25X2*] Duplex "split" bug
Jim Unroe
Wed May 31 08:49:27 PDT 2017
Although this patch was accepted, it doesn't appear to have made it
into the build.
Jim KC9HI
On Tue, May 16, 2017 at 9:26 PM, Jim Unroe <rock.unroe at gmail.com> wrote:
> # HG changeset patch
> # User Jim Unroe <rock.unroe at gmail.com>
> # Date 1494984364 14400
> # Node ID ca6d151b3a56acc482846d967703b945944eed1b
> # Parent 0714032989d2d0ea7fa82c231e4ab374835375b4
> [UV-25X2*] Duplex "split" bug
>
> This patch addresses a "split" bug that causes CHIRP to display a
> memory as a shift direction/offset even if the RX and TX frequencies
> are each in a different band.
>
> * this affects all mobile radios supported by the btech.py driver
>
> Related to Bug #4825
>
> diff -r 0714032989d2 -r ca6d151b3a56 chirp/drivers/btech.py
> --- a/chirp/drivers/btech.py Sun Apr 02 10:39:43 2017 -0400
> +++ b/chirp/drivers/btech.py Tue May 16 21:26:04 2017 -0400
> @@ -635,7 +635,7 @@
> return False
>
> # if you get here is because the freq pairs are split
> - return False
> + return True
>
>
> class BTechMobileCommon(chirp_common.CloneModeRadio,
More information about the chirp_devel
mailing list