
5 Nov
2012
5 Nov
'12
12:02 p.m.
# HG changeset patch # User Johan Adler johan.adler@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]; """