From a91e2957592ea8611209f71c920db1e0975e92ae Mon Sep 17 00:00:00 2001
From: rubo77 <github@r.z11.de>
Date: Tue, 27 Jun 2017 01:56:38 +0200
Subject: [PATCH] nicht die Offline-SSID schreien

---
 site.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/site.conf b/site.conf
index 881aaad..ba09d71 100644
--- a/site.conf
+++ b/site.conf
@@ -232,11 +232,12 @@
     },
     
     ssid_changer = {
+        enabled = true,
         switch_timeframe = 1440,-- only once every timeframe (in minutes) the SSID will change to OFFLINE 
                                 -- set to 1440 to change once a day
                                 -- set to 1 minute to change every time the router gets offline
         first = 5,              -- the first few minutes directly after reboot within which an Offline-SSID always may be activated
-        prefix = 'FF_OFFLINE_', -- use something short to leave space for the nodename (no '~' allowed!)
+        prefix = 'FF_Offline_', -- use something short to leave space for the nodename (no '~' allowed!)
         suffix = 'nodename',    -- generate the SSID with either 'nodename', 'mac' or to use only the prefix: 'none'
         
         tq_limit_enabled = 0,   -- if false, the offline SSID will only be set if there is no gateway reacheable
-- 
GitLab