[chirp_devel] [PATCH] [TH-UVF1] Error in setting value: String expects exactly 6 characters
Jim Unroe
Sun Dec 29 04:37:37 PST 2013
# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1388320225 18000
# Node ID 111d43f8ed0e13a48c1f538d034f6b2230ab7141
# Parent 4527691f29591c2298efb51d94c5bcb714b054a3
[TH-UVF1] Error in setting value: String expects exactly 6 characters
string length of setting did not match length in structure
related to #1329
diff -r 4527691f2959 -r 111d43f8ed0e chirp/thuv1f.py
--- a/chirp/thuv1f.py Fri Dec 27 19:18:21 2013 -0500
+++ b/chirp/thuv1f.py Sun Dec 29 07:30:25 2013 -0500
@@ -452,7 +452,7 @@
group.append(
RadioSetting("ponmsg", "Power-On Message",
- RadioSettingValueString(0, 7,
+ RadioSettingValueString(0, 6,
_filter(_settings.ponmsg))))
return group
More information about the chirp_devel
mailing list