Give Freifunk priority while connecting

This commit is contained in:
Thomas Kolb 2017-04-29 16:04:17 +02:00
parent 0fc6f787da
commit 7fcdc73137
1 changed files with 3 additions and 3 deletions

View File

@ -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;