[chirp_devel] [PATCH] [FT-1D] Fix clone message

Marco Filippi IZ3GME
Wed Jan 14 01:28:06 PST 2015


# HG changeset patch
# User Marco Filippi <iz3gme.marco at gmail.com>
# Date 1421227659 -3600
#      Wed Jan 14 10:27:39 2015 +0100
# Node ID cc600ad6592f3dbda5cc9dfacc52e3ed0957d643
# Parent  1944f5f2d5bcf4bf78c668da2757c15463652874
[FT-1D] Fix clone message

Fix #2193

diff --git a/chirp/ft1d.py b/chirp/ft1d.py
--- a/chirp/ft1d.py
+++ b/chirp/ft1d.py
@@ -593,17 +593,17 @@
         rp = chirp_common.RadioPrompts()
         rp.pre_download = _(dedent("""\
             1. Turn radio off.
-            2. Connect cable to DATA jack.
-            3. Press and hold in the [FW] key while turning the radio on
+            2. Connect cable to DATA terminal.
+            3. Press and hold in the [F] key while turning the radio on
                  ("CLONE" will appear on the display).
             4. <b>After clicking OK</b>, press the [BAND] key to send image."""
             ))
         rp.pre_upload = _(dedent("""\
             1. Turn radio off.
-            2. Connect cable to DATA jack.
-            3. Press and hold in the [FW] key while turning the radio on
+            2. Connect cable to DATA terminal.
+            3. Press and hold in the [F] key while turning the radio on
                  ("CLONE" will appear on the display).
-            4. Press the [MODE] key ("-WAIT-" will appear on the LCD)."""))
+            4. Press the [Dx] key ("-WAIT-" will appear on the LCD)."""))
         return rp
 
     def process_mmap(self):



More information about the chirp_devel mailing list