From a87998c7426efd831e0fa05f739b317983042f84 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Thu, 6 Oct 2022 10:21:12 +0200 Subject: [PATCH] fixed ptt type --- gui/preload-main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/preload-main.js b/gui/preload-main.js index 9aa9b168..b0f4ef1f 100644 --- a/gui/preload-main.js +++ b/gui/preload-main.js @@ -630,7 +630,7 @@ document.getElementById('hamlib_rigctld_start').addEventListener('click', () => // hamlib ptt type if (document.getElementById('enable_hamlib_pttprotocol').checked){ var hamlib_ptt_type = document.getElementById("hamlib_pttprotocol").value; - paramList = paramList.concat('--ptt-type=', hamlib_ptt_type) + paramList = paramList.concat('--ptt-type=' + hamlib_ptt_type) } // hamlib dtr state