From 600e332ec2c75fcac80e96c52c0c500f270b93ef Mon Sep 17 00:00:00 2001 From: Martin Kennedy Date: Sun, 19 Apr 2026 17:29:53 -0400 Subject: [PATCH] feat: switch Gluon SSID --- site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.conf b/site.conf index dfa70ab..0c8fa77 100644 --- a/site.conf +++ b/site.conf @@ -44,11 +44,11 @@ -- ESSIDs used for client network. ap = { - -- ssid = 'newportmesh.org', (optional - SSID for open client network) + -- ssid = 'Newport Downtown WiFi', (optional - SSID for open client network) -- disabled = true, -- (optional) -- Configuration for a backward compatible OWE network below. - owe_ssid = 'newportmesh.org', -- (optional - SSID for OWE client network) + owe_ssid = 'Newport Downtown WiFi', -- (optional - SSID for OWE client network) -- owe_transition_mode = true, -- (optional - enables transition-mode - requires ssid as well as owe_ssid) },