Give Freifunk priority while connecting
This commit is contained in:
parent
0fc6f787da
commit
7fcdc73137
|
@ -15,12 +15,12 @@
|
||||||
#define NWLANFAV 5
|
#define NWLANFAV 5
|
||||||
|
|
||||||
const char *favorite_wlans[2*NWLANFAV] = {
|
const char *favorite_wlans[2*NWLANFAV] = {
|
||||||
// SSID, password (NULL if open)
|
// SSID, password (NULL if unencrypted)
|
||||||
"Error-404", "XKZbEF0AiMNPAGf4EbHAAZ",
|
"Error-404", "XKZbEF0AiMNPAGf4EbHAAZ",
|
||||||
"Error-403", "2b4EWWpqAyCpgOQK1oeD",
|
"Error-403", "2b4EWWpqAyCpgOQK1oeD",
|
||||||
"bytewerk", "bluemchenwiese",
|
"bytewerk", "bluemchenwiese",
|
||||||
"franken.freifunk.net", NULL,
|
"Freifunk", NULL,
|
||||||
"Freifunk", NULL
|
"franken.freifunk.net", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
uint32_t fader_next_update = 0;
|
uint32_t fader_next_update = 0;
|
||||||
|
|
Loading…
Reference in a new issue