From 002d866dc77e9b21ce8566c869883456f30a6d51 Mon Sep 17 00:00:00 2001 From: Mashintime Date: Sun, 12 Feb 2023 15:05:48 -0500 Subject: [PATCH] Clarify TNC rig control area/purpose --- gui/preload-main.js | 12 ++++++------ gui/src/index.html | 38 +++++++++++++++++++------------------- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/gui/preload-main.js b/gui/preload-main.js index 12b7e9d8..ee3778de 100644 --- a/gui/preload-main.js +++ b/gui/preload-main.js @@ -465,8 +465,8 @@ window.addEventListener("DOMContentLoaded", () => { document .getElementById("radio-control-switch-disabled") .addEventListener("click", () => { - document.getElementById("hamlib_info_field").innerHTML = - "Set hamlib related settings."; + //document.getElementById("hamlib_info_field").innerHTML = + // "Disables TNC rig control"; document.getElementById("radio-control-disabled").style.display = "block"; document.getElementById("radio-control-disabled").style.visibility = @@ -487,8 +487,8 @@ window.addEventListener("DOMContentLoaded", () => { document .getElementById("radio-control-switch-help") .addEventListener("click", () => { - document.getElementById("hamlib_info_field").innerHTML = - "Set the ip and port of a rigctld session"; + //document.getElementById("hamlib_info_field").innerHTML = + // "Set the ip and port of a rigctld session"; document.getElementById("radio-control-disabled").style.display = "none"; document.getElementById("radio-control-disabled").style.visibility = @@ -510,8 +510,8 @@ window.addEventListener("DOMContentLoaded", () => { document .getElementById("radio-control-switch-rigctld") .addEventListener("click", () => { - document.getElementById("hamlib_info_field").innerHTML = - "Start and stop rigctld ."; + //document.getElementById("hamlib_info_field").innerHTML = + // "Edit your rigctld settings and start and stop rigctld ."; document.getElementById("radio-control-disabled").style.display = "none"; document.getElementById("radio-control-disabled").style.visibility = diff --git a/gui/src/index.html b/gui/src/index.html index d4ad1954..50405ee3 100644 --- a/gui/src/index.html +++ b/gui/src/index.html @@ -310,6 +310,7 @@ Please select audio device for RX and TX +
@@ -317,7 +318,7 @@ + > TNC RIG CONTROL
-
- -
- hamlib/rigctld connection disabled +

TNC will not utilize rig control and features will be limited. + While functional; it is recommended to configure hamlib.

@@ -447,12 +435,24 @@ > Stop +
- VOX: disable rigctld usage + VOX: Use rig control mode 'none'
HAMLIB locally: configure in settings, then start/stop service. @@ -462,7 +462,7 @@