|
|
@@ -353,32 +353,6 @@ Copyright © 2020 - 2024 by <a href="https://github.com/jomjol/AI-on-the-edg
|
|
|
xhttp.send();
|
|
|
}
|
|
|
|
|
|
- function loadWLANSSID()
|
|
|
- {
|
|
|
- url = getDomainname() + '/info?type=SSID';
|
|
|
- var xhttp = new XMLHttpRequest();
|
|
|
- xhttp.onreadystatechange = function() {
|
|
|
- if (this.readyState == 4 && this.status == 200) {
|
|
|
- document.getElementById("WLAN-SSID").value = xhttp.response;
|
|
|
- }
|
|
|
- }
|
|
|
- xhttp.open("GET", url, true);
|
|
|
- xhttp.send();
|
|
|
- }
|
|
|
-
|
|
|
- function loadWLANSSID()
|
|
|
- {
|
|
|
- url = getDomainname() + '/info?type=SSID';
|
|
|
- var xhttp = new XMLHttpRequest();
|
|
|
- xhttp.onreadystatechange = function() {
|
|
|
- if (this.readyState == 4 && this.status == 200) {
|
|
|
- document.getElementById("wlan-ssid").value = xhttp.response;
|
|
|
- }
|
|
|
- }
|
|
|
- xhttp.open("GET", url, true);
|
|
|
- xhttp.send();
|
|
|
- }
|
|
|
-
|
|
|
function loadWLANSSID()
|
|
|
{
|
|
|
url = getDomainname() + '/info?type=SSID';
|