[chirp_devel] [PATCH 1 of 2] [KG-UV6X] Correct frequency ranges
Marco Filippi IZ3GME
Sun May 27 11:48:04 PDT 2012
# HG changeset patch
# User Marco Filippi <iz3gme.marco at gmail.com>
# Date 1338140294 -7200
# Node ID 14c3ecfde28d15e10db49cf85dfd4cb04d90b9b8
# Parent 683fcbd9ed1f7dc879364618eb49eaa9fd8df61a
[KG-UV6X] Correct frequency ranges
feature #53
diff -r 683fcbd9ed1f -r 14c3ecfde28d chirp/wouxun.py
--- a/chirp/wouxun.py sab mag 26 16:11:43 2012 +0200
+++ b/chirp/wouxun.py dom mag 27 19:38:14 2012 +0200
@@ -495,7 +495,7 @@
def get_features(self):
rf = KGUV6DRadio.get_features(self)
- rf.valid_bands = [(136000000, 175000000), (370000000, 513000000)]
+ rf.valid_bands = [(136000000, 175000000), (375000000, 512000000)]
return rf
@classmethod
More information about the chirp_devel
mailing list