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

change limits so that more lousy connections are possible, especially in heavy...

change limits so that more lousy connections are possible, especially in heavy meshing spots with many hops this is decreasing heavily without having real effect on connectivity
parent fb6b87ec
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='55' #Above this limit the online SSID will be used
LOWER_LIMIT='45' #Below this limit the offline SSID will be used
UPPER_LIMIT='41' #Above this limit the online SSID will be used
LOWER_LIMIT='35' #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.
Please register or to comment