[chirp_devel] [PATCH 0 of 1 ] FT857 settings - end of the story
This last patch includes only a few structure definition as I don't think is usefull to expose those settings in user interface. When it will be the tree I'll finally close the long standing #569 feature.
73 de IZ3GME Marco
# HG changeset patch # User Marco Filippi iz3gme.marco@gmail.com # Date 1388487729 -3600 # Node ID 1515ae76fd0d9c4296e2ca1ddd093c250ae62dc0 # Parent ddddef9bd748aa1a095c90d6a4d99fbe76bba52f [ft857] Add some settings structure definition Implements part of #569
diff -r ddddef9bd748 -r 1515ae76fd0d chirp/ft857.py --- a/chirp/ft857.py Mon Dec 30 00:14:10 2013 +0100 +++ b/chirp/ft857.py Tue Dec 31 12:02:09 2013 +0100 @@ -106,8 +106,17 @@ u8 name[8]; };
- #seekto 0x4; + #seekto 0x00; struct { + u16 radioconfig; + u8 mem_vfo:2, + m_tune:1, + home:1, + pms_tune:1, + qmb:1, + mt_qmb:1, + vfo_ab:1; + u8 unknown; u8 fst:1, lock:1, nb:1, @@ -121,7 +130,9 @@ cw_speed_unit:1, cw_key_rev:1, pwr_meter_mode:2; - u8 unknown3[2]; + u8 vfo_b_freq_range:4, + vfo_a_freq_range:4; + u8 unknown3; u8 disp_mode:2, unknown4:2, disp_contrast:4;
participants (1)
-
Marco Filippi IZ3GME