[chirp_devel] [PATCH] [uv5r] Remove experimental designation
# HG changeset patch # User Dan Smith dsmith@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"
# HG changeset patch # User Dan Smith dsmith@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.
Jim, any problem with this?
--Dan
On Fri, Jul 17, 2020 at 10:56 PM Dan Smith via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
# HG changeset patch # User Dan Smith dsmith@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.
Jim, any problem with this?
Sounds like a great idea. Thanks.
Jim
participants (2)
-
Dan Smith
-
Jim Unroe