# HG changeset patch # User Marco Filippi iz3gme.marco@gmail.com # Date 1381241015 -7200 # Node ID 8b5e2c9cda5cffee7d67285de302bb19e42d7804 # Parent df2b549f5cc6cb5cb74b734f12da6b65cef1e5db [vx7] Add messages to help users remember clone procedure part of feature #1163
diff --git a/chirp/vx7.py b/chirp/vx7.py --- a/chirp/vx7.py +++ b/chirp/vx7.py @@ -183,6 +183,16 @@ _block_lengths = [ 10, 8, 16193 ] _block_size = 8
+ _START_CLONE_TX_MSG = _("Waiting for VX-7 to start clone process\n" + "If you didn't already please:\n" + "- switch on the radio while pressing MON-F " + "button to push it to clone mode\n" + "- start send pressing BAND button on the radio") + _START_CLONE_RX_MSG = _("This is often because, before to press the OK " + "button, you forget to:\n" + "- switch on the radio while pressing MON-F " + "button to push it to clone mode\n" + "- start receive pressing V/M button on the radio") def _checksums(self): return [ yaesu_clone.YaesuChecksum(0x0592, 0x0610), yaesu_clone.YaesuChecksum(0x0612, 0x0690),