diff --git a/site.conf b/site.conf
index 881aaad635aa38131c0232e71a45ae4ba22f082c..ba09d71bf5aefb360a9af084cff19cdf4562d4c6 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