[chirp_devel] [PATCH] [UV-25X2*] Duplex "split" bug

Jim Unroe
Tue May 16 18:26:48 PDT 2017


# 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