[chirp_devel] [PATCH] [leixen] Support non-standard tones on VV898 radio memories
Brian Dickman
Wed Aug 31 19:46:46 PDT 2016
# HG changeset patch
# User Brian Dickman <brian.maybe at gmail.com>
# Date 1472697765 25200
# Wed Aug 31 19:42:45 2016 -0700
# Node ID 6627b6052c929ba4d9d43987373a1afdbd5cb167
# Parent bf777f74e27695ef2f54e7852dda88fb14bbfa2d
[leixen] Support non-standard tones on VV898 radio memories. Fixes #3899.
This issue used to cause some download corruption when a radio memory
had one of the non-standard tones (as the factory image did). Note
that there is no RadioFeatures "valid tones" map, so these extra tones
can not currently be selected during new memory creation.
diff -r bf777f74e276 -r 6627b6052c92 chirp/chirp_common.py
--- a/chirp/chirp_common.py Mon Aug 29 10:29:40 2016 -0700
+++ b/chirp/chirp_common.py Wed Aug 31 19:42:45 2016 -0700
@@ -29,7 +29,8 @@
225.7, 229.1, 233.6, 241.8, 250.3, 254.1,
]
-TONES_EXTRA = [62.5]
+TONES_EXTRA = [56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0,
+ 62.5, 63.0, 64.0 ]
OLD_TONES = list(TONES)
[OLD_TONES.remove(x) for x in [159.8, 165.5, 171.3, 177.3, 183.5, 189.9,
More information about the chirp_devel
mailing list