Browse Source

Describe bmx7 as experimental

Bob Mottram 7 years ago
parent
commit
62022fb410
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-mesh-routing

+ 1
- 1
src/freedombone-mesh-routing View File

65
 
65
 
66
 clear
66
 clear
67
 
67
 
68
-data=$(zenity --list 1 $"BMX6 ($bmx6_peers)" 2 $"BMX7 ($bmx7_peers)" 3 $"OLSR2 ($olsr2_peers)" 4 $"Babel ($babel_peers)" $"Select Mesh Protocol" --column="id" --title $"Mesh Protocol" --column=$"Choose the mesh protocol:" --hide-column=1 --print-column=1 --height=150)
68
+data=$(zenity --list 1 $"BMX6 ($bmx6_peers)" 2 $"BMX7 Experimental ($bmx7_peers)" 3 $"OLSR2 ($olsr2_peers)" 4 $"Babel ($babel_peers)" $"Select Mesh Protocol" --column="id" --title $"Mesh Protocol" --column=$"Choose the mesh protocol:" --hide-column=1 --print-column=1 --height=150)
69
 
69
 
70
 sel=$?
70
 sel=$?
71
 case $sel in
71
 case $sel in