[chirp_devel] [PATCH] [th9800] Align freq ranges with those in manual

Marco Filippi IZ3GME
Thu May 28 05:23:36 PDT 2015


# HG changeset patch
# User Marco Filippi <iz3gme.marco at gmail.com>
# Date 1432815771 -7200
#      Thu May 28 14:22:51 2015 +0200
# Node ID 2b8898cd9961fb245fa68917e233caa0e4b1ce61
# Parent  4066a34eb18710c62cfdc352e3860e76c5293e10
[th9800] Align freq ranges with those in manual

fix #2619

diff --git a/chirp/drivers/th9800.py b/chirp/drivers/th9800.py
--- a/chirp/drivers/th9800.py
+++ b/chirp/drivers/th9800.py
@@ -189,9 +189,9 @@
         rf.valid_bands = [(26000000,  33000000),
                           (47000000,  54000000),
                           (108000000, 180000000),
-                          (350000000, 399000000),
-                          (430000000, 512000000),
-                          (750000000, 947000000)]
+                          (350000000, 399995000),
+                          (400000000, 512000000),
+                          (750000000, 950000000)]
         rf.valid_skips = SCAN_MODES
         rf.valid_modes = MODES + ["AM"]
         rf.valid_name_length = 6



More information about the chirp_devel mailing list