summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-05-09 14:30:09 -0500
committerJohn Klug <john.klug@multitech.com>2019-07-03 11:22:01 -0500
commit646a7ed32945bc1354e3b152ba18db9b0749c572 (patch)
tree97939616a07b9faab97a53faec958b491f75dced
parent0f2c69bac4416647d68ffbd69850105c54b264af (diff)
downloadmeta-multitech-646a7ed32945bc1354e3b152ba18db9b0749c572.tar.gz
meta-multitech-646a7ed32945bc1354e3b152ba18db9b0749c572.tar.bz2
meta-multitech-646a7ed32945bc1354e3b152ba18db9b0749c572.zip
Add device type to signal stop.
-rwxr-xr-xrecipes-kernel/rs9113/files/rf/uwf6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/rs9113/files/rf/uwf b/recipes-kernel/rs9113/files/rf/uwf
index a3d102e..c789299 100755
--- a/recipes-kernel/rs9113/files/rf/uwf
+++ b/recipes-kernel/rs9113/files/rf/uwf
@@ -31,11 +31,13 @@ echo "Use antenna port 2"
set -x
sleep 2
/opt/rs9113/onebox_util rpine0 ant_sel 2
-/opt/rs9113/transmit rpine0 127 $rate 1536 1 $chan 0 $flag 0 0 0 255
+# Maximum signal strength is 18
+/opt/rs9113/transmit rpine0 18 $rate 1536 1 $chan 0 $flag 0 0 0 255
set +x
sleep 10
echo Bring up unmodulated signal
set -x
-/opt/rs9113/transmit 0
+/opt/rs9113/transmit rpine0 1
/opt/rs9113/onebox_util rpine0 ant_sel 2
/opt/rs9113/onebox_util rpine0 cw_mode $chan 0 5
+