Skip to content
Snippets Groups Projects
Unverified Commit a84e7219 authored by Bob Idle's avatar Bob Idle Committed by GitHub
Browse files

docs: move wifi channels in multi domain site example to the correct section (#3065)

parent b18f7909
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,9 @@
},
wifi24 = {
channel = 1,
ap = {
ssid = "alpha-centauri.example.org",
channel = 1,
},
mesh = {
id = 'ueH3uXjdp', -- usually you don't want users to connect to this mesh-SSID, so use a cryptic id that no one will accidentally mistake for the client WiFi
......@@ -32,9 +32,9 @@
},
wifi5 = {
channel = 44,
ap = {
ssid = "alpha-centauri.example.org",
channel = 44,
},
mesh = {
id = 'ueH3uXjdp',
......
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