mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
remove commas from rigctld command
This commit is contained in:
parent
1c6ac43db5
commit
ae12ed660a
1 changed files with 1 additions and 1 deletions
|
@ -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(paramList)
|
||||||
console.log(rigctldPath)
|
console.log(rigctldPath)
|
||||||
|
|
Loading…
Reference in a new issue