[chirp_devel] [ft4] Fix reversed FT-4X beep menu options; fixes #8287.
29 Jan
2021
29 Jan
'21
7:57 p.m.
diff --git a/chirp/drivers/ft4.py b/chirp/drivers/ft4.py --- a/chirp/drivers/ft4.py +++ b/chirp/drivers/ft4.py @@ -820,7 +820,7 @@ class YaesuSC35GenericRadio(chirp_common ("apo", "Automatic Power Off", ["OFF"] + ["%0.1f" % (x * 0.5) for x in range(1, 24 + 1)]), ("bclo", "Busy Channel Lock-Out", ["OFF", "ON"]), - ("beep", "Enable the Beeper", ["OFF", "KEY", "KEY+SC"]), + ("beep", "Enable the Beeper", ["KEY+SC", "KEY", "OFF"]), ("bsy_led", "Busy LED", ["ON", "OFF"]), ("edg_beep", "Band Edge Beeper", ["OFF", "ON"]), ("vox", "VOX", ["OFF", "ON"]),
1422
Age (days ago)
1422
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kyle Isom