Merge branch 'protocolversion3' into develop

This commit is contained in:
Conrad Lara - KG6JEI 2014-09-11 23:17:26 -07:00
commit 4731b9d16e
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ config wifi-iface
option device radio0
option network wifi
option mode <wifi_mode>
option ssid "<wifi_ssid>-<wifi_chanbw>-v2"
option ssid "<wifi_ssid>-<wifi_chanbw>-v3"
option encryption none
config wifi-iface

View File

@ -18,7 +18,7 @@ if ( $ARGV[0] ) {
}
else
{
$SSIDName= lc "BroadbandHamnet-v2";
$SSIDName= lc "BroadbandHamnet-20-v3";
}

View File

@ -496,7 +496,7 @@ if($wifi_proto ne "disabled")
print "<td><input type=text size=15 name=wifi_ssid value='$wifi_ssid'>";
if ($config eq "mesh")
{
print "-$wifi_chanbw-v2</td></tr>\n";
print "-$wifi_chanbw-v3</td></tr>\n";
} else
{
print "</td></tr>\n";