Re: [chirp_devel] [PATCH] Fixing issue where KGUV8D Plus did not allow savinng memories with certain valid tuning steps
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/2ae5aef78c2ehttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fchirp.danplanet.com%2Fprojects%2Fchirp%2Frepository%2Frevisions%2F2ae5aef78c2e&data=02%7C01%7C%7C15e97ac45342475a7f5508d72b62d853%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637025575844157166&sdata=XCprnSN5ssY2fFIrJQ3eH1fWU0Iec0VmoTcVh2NmpxE%3D&reserved=0 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
________________________________ 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_develhttps://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fintrepid.danplanet.com%2Fmailman%2Flistinfo%2Fchirp_devel&data=02%7C01%7C%7C15e97ac45342475a7f5508d72b62d853%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637025575844177181&sdata=n3uye3kyIyJxGE3MTBTP%2FsDeKiiVxD0IO%2BTOYswhGks%3D&reserved=0 Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developershttps://eur02.safelinks.protection.outlook.com/?url=http%3A%2F%2Fchirp.danplanet.com%2Fprojects%2Fchirp%2Fwiki%2FDevelopers&data=02%7C01%7C%7C15e97ac45342475a7f5508d72b62d853%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637025575844187197&sdata=QCX5cIEH4xfKfxHMYsPaRGpJlRQZaTbXl7cc%2F%2FQPmhU%3D&reserved=0
participants (1)
-
Derek Chauran