diff --git a/data/wifi.cfg b/data/wifi.cfg index 35148ca..c583296 100644 --- a/data/wifi.cfg +++ b/data/wifi.cfg @@ -1,7 +1,15 @@ { -"SSID1": "EnterSSIDofYourAccesspoint", -"password1": "EnterPasswordofYourAccesspoint" -"SSID2": "EnterSSIDofYour2ndAccesspoint", -"password2": "EnterPasswordofYour2ndAccesspoint", -"ap_password": "xxxxxxxxxx" + "AP": [ + { + "SSID": "EnterSSIDofYourAccesspoint", + "password": "EnterPasswordofYourAccesspoint", + "prio": 1 + }, + { + "SSID": "EnterSSIDofYour2ndAccesspoint", + "password": "EnterPasswordofYour2ndAccesspoint" + } + ], + + "SelfAP_PW": "xxxxxxxxxx" } diff --git a/data_embed/index.html b/data_embed/index.html index faf4884..90b0a17 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -648,6 +648,9 @@
Click here to view (backup) your current settings.
+
+ Click here to view your configured wifi settings. +
Firmware update
@@ -672,6 +675,17 @@ +
+
Save configuration
+
+
+ Save Wifi configuration to tracker's filesystem (/wifi.cfg) +
+
+ +
+
+
@@ -754,18 +768,20 @@ data/wifi.cfg
which WiFi is selected?
data/preferences.cfg