[chirp_devel] [PATCH] Fix missing callsign tag field in Icom ID-31 #771
Dean Gibson
Mon Apr 8 10:55:56 PDT 2013
# HG changeset patch
# User Dean Gibson <data at ae7q.net>
# Date 1365443688 25200
# Node ID e8db7666ee07d19fcd5ee8a34efbcff64e27bf6b
# Parent a7c11650b9bb5f8f03111c25b39084c158d7e871
Fix missing callsign tag field in Icom ID-31 #771
diff -r a7c11650b9bb -r e8db7666ee07 chirp/id31.py
--- a/chirp/id31.py Sun Apr 07 12:49:40 2013 -0700
+++ b/chirp/id31.py Mon Apr 08 10:54:48 2013 -0700
@@ -77,6 +77,7 @@
#seekto 0x10F20;
struct {
char call[8];
+ char tag[4];
} mycall[6];
#seekto 0x10F68;
More information about the chirp_devel
mailing list