Skip to content
Snippets Groups Projects
Commit 0b482765 authored by fuzzle's avatar fuzzle
Browse files

lower the limits to really harsch ones ...

parent ac3f0238
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment