# HG changeset patch # User Jim Unroe rock.unroe@gmail.com # Date 1476307068 14400 # Node ID 1b22a51eef26673420339a5fbb47eabe7da990b6 # Parent 1fda674d2ff5ebc3a76b814ef4829edd6be05f21 [UV-5R] Expand PTT-LT to 50
The original menu 20 [PTT-LT] setting range for the UV-5R (and other variants including the UV-82) was from 0 to 30. This patch expands the upper limit to 50 to match the upper limit of the currently shipping radios.
related to #4127
diff -r 1fda674d2ff5 -r 1b22a51eef26 chirp/drivers/uv5r.py --- a/chirp/drivers/uv5r.py Tue Oct 11 17:04:17 2016 -0400 +++ b/chirp/drivers/uv5r.py Wed Oct 12 17:17:48 2016 -0400 @@ -1519,7 +1519,7 @@ dtmf.append(rs)
rs = RadioSetting("pttlt", "PTT ID Delay", - RadioSettingValueInteger(0, 30, _settings.pttlt)) + RadioSettingValueInteger(0, 50, _settings.pttlt)) dtmf.append(rs)
if not self._is_orig():