diff options
author | John Klug <john.klug@multitech.com> | 2019-05-09 14:30:09 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-09 14:30:09 -0500 |
commit | 117ae616bb243c6eb99d01025ec3314a0242f263 (patch) | |
tree | 97939616a07b9faab97a53faec958b491f75dced /recipes-kernel | |
parent | b83161f3aae5e321edce2cb0d729a343fb04b2fa (diff) | |
download | meta-multitech-atmel-117ae616bb243c6eb99d01025ec3314a0242f263.tar.gz meta-multitech-atmel-117ae616bb243c6eb99d01025ec3314a0242f263.tar.bz2 meta-multitech-atmel-117ae616bb243c6eb99d01025ec3314a0242f263.zip |
Add device type to signal stop.
Diffstat (limited to 'recipes-kernel')
-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 + |