mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-04-16 15:08:51 +00:00
rf_init.sh does not need to be updated each time from remote
This commit is contained in:
parent
28cf2becf1
commit
795157ab15
@ -102,15 +102,15 @@ fi
|
||||
sleep 1
|
||||
|
||||
echo "set RF frontend: ant0 rx, ant1 tx"
|
||||
if [ $last_input == "remote" ]
|
||||
then
|
||||
rm rf_init.sh
|
||||
sync
|
||||
wget ftp://192.168.10.1/user_space/rf_init.sh
|
||||
sync
|
||||
chmod +x rf_init.sh
|
||||
sync
|
||||
fi
|
||||
# if [ $last_input == "remote" ]
|
||||
# then
|
||||
# rm rf_init.sh
|
||||
# sync
|
||||
# wget ftp://192.168.10.1/user_space/rf_init.sh
|
||||
# sync
|
||||
# chmod +x rf_init.sh
|
||||
# sync
|
||||
# fi
|
||||
./rf_init.sh
|
||||
|
||||
#sleep 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user