[chirp_devel] [PATCH] [UV-9R] Add Baofeng UV-9R

Jim Unroe
Mon Dec 30 07:12:01 PST 2019


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1577718271 18000
#      Mon Dec 30 10:04:31 2019 -0500
# Node ID 8cc267ad96707fa0643f0239e4e415584b3dc345
# Parent  c3c7ee53893ff6ff83798bd9cc0a424dae201d3f
[UV-9R] Add Baofeng UV-9R

This patch adds support for the Baofeng UV-9R which, unlike
other "waterproof" models, supports 7-character channel names.

#7499

diff --git a/chirp/drivers/baofeng_wp970i.py b/chirp/drivers/baofeng_wp970i.py
--- a/chirp/drivers/baofeng_wp970i.py
+++ b/chirp/drivers/baofeng_wp970i.py
@@ -902,3 +902,11 @@
                           (200000000, 260000000),
                           self._uhf_range]
         return rf
+
+
+ at directory.register
+class UV9R(WP970I):
+    """Baofeng UV-9R"""
+    VENDOR = "Baofeng"
+    MODEL = "UV-9R"
+    LENGTH_NAME = 7



More information about the chirp_devel mailing list