From 1e9a8a1e7cdf85d9ef5f842c1fd4827e6c47ccdb Mon Sep 17 00:00:00 2001
From: rubo77 <github@r.z11.de>
Date: Fri, 27 Jul 2018 04:05:34 +0200
Subject: [PATCH] ssid-changer every hour

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

diff --git a/site.conf b/site.conf
index 4876928..7f99774 100644
--- a/site.conf
+++ b/site.conf
@@ -314,7 +314,7 @@
   
   ssid_changer = {
     enabled = true,
-    switch_timeframe = 1440,-- only once every timeframe (in minutes) the SSID will change to OFFLINE 
+    switch_timeframe = 60,-- 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
-- 
GitLab