# 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