Skip to content
Snippets Groups Projects
Commit 79f4065f authored by Stefan Tabbert's avatar Stefan Tabbert
Browse files

Merge pull request #1 from Tarnatos/patch-1

added: htmode
parents b3decf1e 940a8a68
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
wifi24 = { wifi24 = {
channel = 1, channel = 1,
htmode = 'HT20',
ap = { ap = {
ssid = 'Freifunk', ssid = 'Freifunk',
}, },
...@@ -37,6 +38,7 @@ ...@@ -37,6 +38,7 @@
wifi5 = { wifi5 = {
channel = 44, channel = 44,
htmode = 'HT20',
ap = { ap = {
ssid = 'Freifunk', ssid = 'Freifunk',
}, },
...@@ -109,6 +111,8 @@ ...@@ -109,6 +111,8 @@
}, },
}, },
}, },
},
bandwidth_limit = { bandwidth_limit = {
-- Default upload limit (kbit/s). -- Default upload limit (kbit/s).
egress = 500, egress = 500,
...@@ -116,8 +120,6 @@ ...@@ -116,8 +120,6 @@
ingress = 15000, ingress = 15000,
}, },
},
autoupdater = { autoupdater = {
enabled = 1, enabled = 1,
branch = 'stable', branch = 'stable',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment