# HG changeset patch # User Jim Unroe rock.unroe@gmail.com # Date 1413507126 14400 # Node ID aa0152be3d908af467df118ca2683c3323cde4ff # Parent 74639d39c27da0953899c833652996fc9aa9cc86 [UV-5R] Update pre_download And pre_upload Messages
Update the pre_download and pre_upload messages to advise that it is sometimes necessary to have the volume control at 100% for reliable data transfer.
related to #1977
diff -r 74639d39c27d -r aa0152be3d90 chirp/uv5r.py --- a/chirp/uv5r.py Tue Oct 14 20:30:59 2014 -0400 +++ b/chirp/uv5r.py Thu Oct 16 20:52:06 2014 -0400 @@ -595,14 +595,14 @@ 1. Turn radio off. 2. Connect cable to mic/spkr connector. 3. Make sure connector is firmly connected. - 4. Turn radio on. + 4. Turn radio on (volume may need to be set at 100%). 5. Ensure that the radio is tuned to channel with no activity. 6. Click OK to download image from device.""")) rp.pre_upload = _(dedent("""\ 1. Turn radio off. 2. Connect cable to mic/spkr connector. 3. Make sure connector is firmly connected. - 4. Turn radio on. + 4. Turn radio on (volume may need to be set at 100%). 5. Ensure that the radio is tuned to channel with no activity. 6. Click OK to upload image to device.""")) return rp