[chirp_devel] [PATCH 1 of 2] [KG-UV6] Modified addressing of channel names
Marco Filippi IZ3GME
Mon Nov 5 04:02:38 PST 2012
# HG changeset patch
# User Johan Adler <johan.adler at gmail.com>
# Date 1352113223 -3600
# Node ID c2f06cd453b0aeddf642260ad25d2c3fe11a247a
# Parent b37eebb2372414a37bd2180f72932b77719434c9
[KG-UV6] Modified addressing of channel names
Part of feature #335
diff --git a/chirp/wouxun.py b/chirp/wouxun.py
--- a/chirp/wouxun.py
+++ b/chirp/wouxun.py
@@ -555,11 +555,10 @@
u16 uhf_tx_stop;
} freq_ranges;
- #seekto 0x1008;
+ #seekto 0x1010;
struct {
- u8 unknown[8];
u8 name[6];
- u8 pad[2];
+ u8 pad[10];
} names[199];
"""
More information about the chirp_devel
mailing list