diff options
author | John Klug <john.klug@multitech.com> | 2019-05-09 14:30:09 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 646a7ed32945bc1354e3b152ba18db9b0749c572 (patch) | |
tree | 97939616a07b9faab97a53faec958b491f75dced | |
parent | 0f2c69bac4416647d68ffbd69850105c54b264af (diff) | |
download | meta-multitech-646a7ed32945bc1354e3b152ba18db9b0749c572.tar.gz meta-multitech-646a7ed32945bc1354e3b152ba18db9b0749c572.tar.bz2 meta-multitech-646a7ed32945bc1354e3b152ba18db9b0749c572.zip |
Add device type to signal stop.
-rwxr-xr-x | recipes-kernel/rs9113/files/rf/uwf | 6 |
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 + |