Browse Source

Configurable wifi channel

Bob Mottram 9 years ago
parent
commit
9b6721261d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-config

+ 1
- 1
src/freedombone-config View File

@@ -591,7 +591,7 @@ function interactive_configuration {
591 591
   #fi
592 592
 
593 593
   if [[ $SYSTEM_TYPE == "$VARIANT_MESH_USER" ]]; then
594
-      freedombone-client --essid $ESSID
594
+      freedombone-client --essid $ESSID --channel $WIFI_CHANNEL
595 595
       if [ "$?" = "0" ]; then
596 596
           clear
597 597
           echo ".---.                  .              .                   "