From a84e72194b7da64bd5d76c44529c2c4f7b8c2a79 Mon Sep 17 00:00:00 2001 From: Bob Idle <102661087+bobidle@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:38:37 +0100 Subject: [PATCH] docs: move wifi channels in multi domain site example to the correct section (#3065) --- docs/multidomain-site-example/domains/alpha_centauri.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/multidomain-site-example/domains/alpha_centauri.conf b/docs/multidomain-site-example/domains/alpha_centauri.conf index 822459720..476ba5ebd 100644 --- a/docs/multidomain-site-example/domains/alpha_centauri.conf +++ b/docs/multidomain-site-example/domains/alpha_centauri.conf @@ -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', -- GitLab