[chirp_devel] [PATCH] Fixing issue where KGUV8D Plus did not allow savinng memories with certain valid tuning steps
Tony Fuller
Tue Aug 27 19:38:13 PDT 2019
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<https://aka.ms/ghei36>
________________________________
From: chirp_devel-bounces at intrepid.danplanet.com <chirp_devel-bounces at intrepid.danplanet.com> on behalf of Derek Chauran via chirp_devel <chirp_devel at intrepid.danplanet.com>
Sent: Tuesday, August 27, 2019 8:56:24 PM
To: chirp_devel at intrepid.danplanet.com <chirp_devel at 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 at 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 at intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20190828/0c4f4027/attachment-0001.html
More information about the chirp_devel
mailing list