It was done for the other 3 models of kguv*, but not this one.



Sent from my Samsung Galaxy smartphone.

-------- Original message --------
From: Tony Fuller via chirp_devel <chirp_devel@intrepid.danplanet.com>
Date: 8/27/19 7:53 PM (GMT-08:00)
To: chirp_devel@intrepid.danplanet.com
Subject: Re: [chirp_devel] [PATCH] Fixing issue where KGUV8D Plus did not allow savinng memories with certain valid tuning steps

It looks like something very similar was merged in about 5 months ago in https://chirp.danplanet.com/projects/chirp/repository/revisions/2ae5aef78c2e but on line 467 (rather than 519) although the context (3 lines above and below) look quite similar.

Maybe you just need to run hg pull? It's totally possible I missed something too.

Tony

Get Outlook for Android


From: chirp_devel-bounces@intrepid.danplanet.com <chirp_devel-bounces@intrepid.danplanet.com> on behalf of Derek Chauran via chirp_devel <chirp_devel@intrepid.danplanet.com>
Sent: Tuesday, August 27, 2019 8:56:24 PM
To: chirp_devel@intrepid.danplanet.com <chirp_devel@intrepid.danplanet.com>
Subject: [chirp_devel] [PATCH] Fixing issue where KGUV8D Plus did not allow savinng memories with certain valid tuning steps
 
# HG changeset patch
# User Derek Chauran <af7ux@outlook.com>
# Date 1566956276 25200
#      Tue Aug 27 18:37:56 2019 -0700
# Node ID d5665709c5ec7c0549645d75b955592ab826cc74
# Parent  f2f71d0cd6a9a2eadd18b6315afd6078a6519632
Fixing issue where KGUV8D Plus did not allow savinng memories with certain valid tuning steps.

diff --git a/chirp/drivers/kguv8dplus.py b/chirp/drivers/kguv8dplus.py
--- a/chirp/drivers/kguv8dplus.py
+++ b/chirp/drivers/kguv8dplus.py
@@ -519,6 +519,7 @@
         rf.valid_bands = [(134000000, 175000000),  # supports 2m
                           (400000000, 520000000)]  # supports 70cm
         rf.valid_characters = chirp_common.CHARSET_ASCII
+        rf.valid_tuning_steps = STEPS
         rf.memory_bounds = (1, 999)  # 999 memories
         return rf
 
_______________________________________________
chirp_devel mailing list
chirp_devel@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers