[chirp_devel] [PATCH 4 of 6] [anytone] Update experimental warning to use RadioPrompts. #1163
Tom Hayward
Tue Oct 8 13:29:47 PDT 2013
# HG changeset patch
# User Tom Hayward <tom at tomh.us>
# Date 1381264010 25200
# Node ID cbf81b8d32390c42172e68aea5aff6c2500b33b0
# Parent e5907751a6a62ca157fbb95067995db6320b7e30
[anytone] Update experimental warning to use RadioPrompts. #1163
diff -r e5907751a6a6 -r cbf81b8d3239 chirp/anytone.py
--- a/chirp/anytone.py Tue Oct 08 13:26:49 2013 -0700
+++ b/chirp/anytone.py Tue Oct 08 13:26:50 2013 -0700
@@ -306,8 +306,10 @@
]
@classmethod
- def get_experimental_warning(cls):
- return "FOO"
+ def get_prompts(cls):
+ rp = chirp_common.RadioPrompts()
+ rp.experimental = "FOO"
+ return rp
def get_features(self):
rf = chirp_common.RadioFeatures()
More information about the chirp_devel
mailing list