Skip to content
Snippets Groups Projects
Commit 940a8a68 authored by Tarnatos's avatar Tarnatos
Browse files

added: htmode

parent b3decf1e
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
wifi24 = {
channel = 1,
htmode = 'HT20',
ap = {
ssid = 'Freifunk',
},
......@@ -37,6 +38,7 @@
wifi5 = {
channel = 44,
htmode = 'HT20',
ap = {
ssid = 'Freifunk',
},
......@@ -109,6 +111,8 @@
},
},
},
},
bandwidth_limit = {
-- Default upload limit (kbit/s).
egress = 500,
......@@ -116,8 +120,6 @@
ingress = 15000,
},
},
autoupdater = {
enabled = 1,
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