Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gluon SSID Changer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
Gluon SSID Changer
Commits
0b482765
Commit
0b482765
authored
8 years ago
by
fuzzle
Browse files
Options
Downloads
Patches
Plain Diff
lower the limits to really harsch ones ...
parent
ac3f0238
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
files/lib/gluon/ssid-changer/ssid-changer.sh
+2
-2
2 additions, 2 deletions
files/lib/gluon/ssid-changer/ssid-changer.sh
with
2 additions
and
2 deletions
files/lib/gluon/ssid-changer/ssid-changer.sh
+
2
−
2
View file @
0b482765
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment