[chirp_devel] Fwd: Fix for #9247
Bernhard Hailer
Sun Aug 29 12:03:39 PDT 2021
Sending again - original mail apparently didn't make it.
73
Bernhard AE6YN
-------- Forwarded Message --------
Subject: Fix for #9247
Date: Sat, 28 Aug 2021 20:06:33 -0700
From: Bernhard Hailer <ham73tux at gmail.com>
To: chirp-devel <chirp_devel at intrepid.danplanet.com>
# HG changeset patch
# User Bernhard Hailer <ham73tux at gmail.com>
# Date 1630206151 25200
# Sat Aug 28 20:02:31 2021 -0700
# Node ID e3537cd8700ddf0c43b4ca33552e97d478a81321
# Parent 7c1cb1a26fffd225e5b2691d161497de6f1f9a41
Fix for FT4/25/65 menu item "Beep" values in wrong order - fixes #9247
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 @@
("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"]),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20210829/15dfcc78/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FT4_Beep.patch
Type: text/x-patch
Size: 889 bytes
Desc: not available
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20210829/15dfcc78/attachment-0001.bin
More information about the chirp_devel
mailing list