From ae12ed660ac8f67015251f50ec4b2189a04c49d4 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Thu, 1 Dec 2022 08:45:21 +0100 Subject: [PATCH] remove commas from rigctld command --- 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 4917d7e7..95136df2 100644 --- a/gui/preload-main.js +++ b/gui/preload-main.js @@ -663,7 +663,7 @@ document.getElementById('hamlib_rigctld_start').addEventListener('click', () => - document.getElementById('hamlib_rigctld_command').value = paramList + document.getElementById('hamlib_rigctld_command').value = paramList.join(" ") // join removes the commas console.log(paramList) console.log(rigctldPath)