From 0b482765c61b67b9e643ea2b49b86eabf3fb72c9 Mon Sep 17 00:00:00 2001
From: fuzzle <jens@viisauksena.de>
Date: Sat, 10 Sep 2016 05:21:51 +0200
Subject: [PATCH] lower the limits to really harsch ones ...

---
 files/lib/gluon/ssid-changer/ssid-changer.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/lib/gluon/ssid-changer/ssid-changer.sh b/files/lib/gluon/ssid-changer/ssid-changer.sh
index 9a89017..85e2ffc 100755
--- a/files/lib/gluon/ssid-changer/ssid-changer.sh
+++ b/files/lib/gluon/ssid-changer/ssid-changer.sh
@@ -6,8 +6,8 @@ ONLINE_SSID=$(uci get wireless.client_radio0.ssid -q)
 : ${ONLINE_SSID:=FREIFUNK}   # if for whatever reason ONLINE_SSID is NULL
 OFFLINE_PREFIX='FF_OFFLINE_' # Use something short to leave space for the nodename
 
-UPPER_LIMIT='41' #Above this limit the online SSID will be used
-LOWER_LIMIT='35' #Below this limit the offline SSID will be used
+UPPER_LIMIT='30' #Above this limit the online SSID will be used
+LOWER_LIMIT='20' #Below this limit the offline SSID will be used
 # In-between these two values the SSID will never be changed to preven it from toggeling every Minute.
 
 # Generate an Offline SSID with the first and last Part of the nodename to allow owner to recognise wich node is down
-- 
GitLab