corrected config file

This commit is contained in:
DTop
2020-03-10 15:18:34 -04:00
parent b6042443c0
commit 17a631e672

View File

@@ -1,14 +1,14 @@
{ {
"_type" : "OpensyncAPConfig", "model_type" : "OpensyncAPConfig",
"radioConfig" : { "radioConfig" : {
"_type" : "OpensyncAPRadioConfig", "model_type" : "OpensyncAPRadioConfig",
"country" : "CA", "country" : "CA",
"radioChannel24G" : 1, "radioChannel24G" : 1,
"radioChannel5LG" : 44, "radioChannel5LG" : 44,
"radioChannel5HG" : 108 "radioChannel5HG" : 108
}, },
"ssidConfigs" : [ { "ssidConfigs" : [ {
"_type" : "OpensyncAPSsidConfig", "model_type" : "OpensyncAPSsidConfig",
"radioType" : "is2dot4GHz", "radioType" : "is2dot4GHz",
"ssid" : "Connectus-local", "ssid" : "Connectus-local",
"encryption" : "WPA-PSK", "encryption" : "WPA-PSK",
@@ -16,7 +16,7 @@
"mode" : "2", "mode" : "2",
"broadcast" : true "broadcast" : true
}, { }, {
"_type" : "OpensyncAPSsidConfig", "model_type" : "OpensyncAPSsidConfig",
"radioType" : "is5GHz", "radioType" : "is5GHz",
"ssid" : "Connectus-local-5", "ssid" : "Connectus-local-5",
"encryption" : "WPA-PSK", "encryption" : "WPA-PSK",