[chirp_devel] Fwd: [PATCH] [VX-8DR] Update TX Delay choices for Yaesu VX-8DR

Jim Unroe
Tue Jun 8 09:57:06 PDT 2021


---------- Forwarded message ---------
From: Jim Unroe <kc9hi at comcast.net>
Date: Tue, Jun 8, 2021 at 12:56 PM
Subject: [PATCH] [VX-8DR] Update TX Delay choices for Yaesu VX-8DR
To: <Rock.Unroe at gmail.com>


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1623170824 14400
#      Tue Jun 08 12:47:04 2021 -0400
# Node ID 371b2dafb1ff35f83354f66ed1534a9d930120b4
# Parent  cf1a20fecd4e900842bdec32c98b5019501fb6a9
[VX-8DR] Update TX Delay choices for Yaesu VX-8DR

The Yeasu VX-8DR inherits much of its settings from the Yaesu VX-8R. The
VX-8DR has 9 choices for TX Delay but the inherited setting for the VX-8R only
has 7. So if either of the additional choices is selected in the VX-8DR radio
itself, the choice will be out-of-range and the Settings tab in CHIRP does not
display.

This patch adds support for the 9 TX Delay selections for the VX-8DR.

Related to #9101

diff -r cf1a20fecd4e -r 371b2dafb1ff chirp/drivers/vx8.py
--- a/chirp/drivers/vx8.py      Mon May 31 22:50:37 2021 -0400
+++ b/chirp/drivers/vx8.py      Tue Jun 08 12:47:04 2021 -0400
@@ -1485,6 +1485,8 @@
                    146,     # Length of beacon data stored.
                    50)      # Number of beacons stored.

+    _TX_DELAY = ("100ms", "150ms", "200ms", "250ms", "300ms",
+                 "400ms", "500ms", "750ms", "1000ms")
     _BEACON_TYPE = ("Off", "Interval", "SmartBeaconing")
     _SMARTBEACON_PROFILE = ("Off", "Type 1", "Type 2", "Type 3")
     _POSITIONS = ("GPS", "Manual Latitude/Longitude",



More information about the chirp_devel mailing list