From 28babca73655cfe78ddf6efead37597e5e1b5ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20M=C3=B6ller?= <mm@freifunk-aachen.de> Date: Tue, 13 Oct 2015 00:53:44 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adedb1b..4cb065a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ssid-changer ============ -Script to change the SSID when ther is no suffic sufficient connection in the mesh. +Script to change the SSID when there is no suffic sufficient connection to the selected Gateway. -It is quite basic, just check the TQ of the Connection and decide if a change of the SSID is necessary. +It is quite basic, it just checks the Quality of the Connection and decides if a change of the SSID is necessary. Add the following lines to the modules file in your gluon directory: PACKAGES_SSIDCHANGER_REPO=https://github.com/ffac/gluon-ssid-changer.git -PACKAGES_SSIDCHANGER_COMMIT=0bb1351c98228bed41441968bcc123f9ca87c691 +PACKAGES_SSIDCHANGER_COMMIT=06bdf6fc6149af9cbb4564aac82cadd56a98a8b2 Add ssidchanger to GLUON_FEEDS at the top of the modules file. -- GitLab