[chirp_devel] [PATCH] [uv5r] Remove experimental designation
Dan Smith
Fri Jul 17 19:54:51 PDT 2020
# HG changeset patch
# User Dan Smith <dsmith at danplanet.com>
# Date 1595040884 25200
# Fri Jul 17 19:54:44 2020 -0700
# Node ID 9a2ceec8004cb2085b1da5f5c5e5e268e918a9c4
# Parent 298a20ef0eb319b5c31e53a41bff1547baba7a19
[uv5r] Remove experimental designation
This driver is one of the most feature-complete and well-tested
of all in the chirp tree. It's been marked as experimental for years,
and I think it's safe to remove that designation at this point.
#0
diff -r 298a20ef0eb3 -r 9a2ceec8004c chirp/drivers/uv5r.py
--- a/chirp/drivers/uv5r.py Fri Jul 17 15:38:16 2020 -0700
+++ b/chirp/drivers/uv5r.py Fri Jul 17 19:54:44 2020 -0700
@@ -701,8 +701,7 @@
return False
-class BaofengUV5R(chirp_common.CloneModeRadio,
- chirp_common.ExperimentalRadio):
+class BaofengUV5R(chirp_common.CloneModeRadio):
"""Baofeng UV-5R"""
VENDOR = "Baofeng"
More information about the chirp_devel
mailing list