[chirp_devel] [PATCH] [vx3] Valid flag was not set
Marco Filippi IZ3GME
Tue Jun 4 00:38:55 PDT 2013
# HG changeset patch
# User Marco Filippi <iz3gme.marco at gmail.com>
# Date 1370331288 -7200
# Node ID 19ac5547b1eeb1fdb8722d026ab5119763cb4710
# Parent 73600ecef8e8a9a6ae24066e330503d1fbeaf607
[vx3] Valid flag was not set
Fix bug #875
diff --git a/chirp/vx3.py b/chirp/vx3.py
--- a/chirp/vx3.py
+++ b/chirp/vx3.py
@@ -235,6 +235,8 @@
if mem.empty:
return
+ _flag["%s_valid" % nibble] = True
+
_mem.freq = mem.freq / 1000
_mem.offset = mem.offset / 1000
_mem.tone = chirp_common.TONES.index(mem.rtone)
More information about the chirp_devel
mailing list