From 287fb9091b6479b06eaa55981da149c43145ce60 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Mon, 19 Dec 2022 14:38:58 -0600 Subject: [PATCH] Update info in hamlib_tuner_control https://github.com/Hamlib/Hamlib/issues/1192 --- tests/hamlib_tuner_control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/hamlib_tuner_control b/tests/hamlib_tuner_control index 4f5b923e9..d8836c066 100755 --- a/tests/hamlib_tuner_control +++ b/tests/hamlib_tuner_control @@ -1,4 +1,9 @@ #!/bin/sh +# Put this script in /usr/local/bin +# --set-conf=tuner_contrl_pathname=/usr/local/bin/hamlib_tuner_control +# Or use a batch file in Windows for example in C:\Util\tuner.bat +# echo Tuner %1 +# --set-conf=C:/Util/tuner.bat if [ "$#" -eq 0 ] then echo "Expected arg 0 or 1...got nothing"