wifi profiles: remove bad comment, rename file to wifi.dat

passwd.dat is too unspecific, could be passwords of whatever.

also, we maybe could put more in there, not just ssid and password,
but more data about the known wifi networks.
pull/3/head
Thomas Waldmann 2017-12-12 02:18:52 +01:00
rodzic b68f6560b9
commit b41777f64d
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -7,8 +7,7 @@ import time
ssid_name = "WifiManager"
ssid_password = "tayfunulu"
# list of WiFi networks (CSV format: ssid,password)
NETWORK_PROFILES = 'passwd.dat'
NETWORK_PROFILES = 'wifi.dat'
wlan_ap = network.WLAN(network.AP_IF)
wlan_sta = network.WLAN(network.STA_IF)