mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-12 17:49:59 +01:00
Fixed SSID bug in web interface
This commit is contained in:
@@ -100,6 +100,6 @@ function save(id){
|
||||
var wpa2 = ssidJson.ssids[id][1];
|
||||
ssidJson.ssids[id] = [name,wpa2];
|
||||
|
||||
getFile("run?cmd=replace ssid "+id+" -n "+name+" "+(wpa2 ? "-wpa2" : ""));
|
||||
getFile("run?cmd=replace ssid "+id+" -n \""+name+"\" "+(wpa2 ? "-wpa2" : ""));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user