From 7fcdc731373b32f5bed1034a0c58e250f75ec388 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sat, 29 Apr 2017 16:04:17 +0200 Subject: [PATCH] Give Freifunk priority while connecting --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d45076c..05b9ef4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,12 +15,12 @@ #define NWLANFAV 5 const char *favorite_wlans[2*NWLANFAV] = { - // SSID, password (NULL if open) + // SSID, password (NULL if unencrypted) "Error-404", "XKZbEF0AiMNPAGf4EbHAAZ", "Error-403", "2b4EWWpqAyCpgOQK1oeD", "bytewerk", "bluemchenwiese", - "franken.freifunk.net", NULL, - "Freifunk", NULL + "Freifunk", NULL, + "franken.freifunk.net", NULL }; uint32_t fader_next_update = 0;