remove commas from rigctld command

This commit is contained in:
DJ2LS 2022-12-01 08:45:21 +01:00
parent 1c6ac43db5
commit ae12ed660a

View file

@ -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)