mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
add warning is 5Ghz - ignoring
This commit is contained in:
parent
9caf17c2b8
commit
18d32b2b8d
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ for result in $FREQ; do
|
|||
if [ $result -lt 2485 ] && [ $result -gt 2407 ]; then
|
||||
FREQ2=$result
|
||||
break
|
||||
else
|
||||
echo "channel $result is 5Ghz - ignoring"
|
||||
fi
|
||||
done
|
||||
echo "Using $FREQ2 for $SSID"
|
||||
|
|
Loading…
Reference in a new issue