You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
I am trying to execute the following function, but my ESP crashes as soon as I press the button calling the function. It does not seem to enter any server.on();
function send_comand(gsm_number) {
var xhttp = new XMLHttpRequest;
xhttp.open("POST", "/", true);
xhttp.send("action=erasen&gsm1=" + gsm_number);
// window.location = window.location;
}
The text was updated successfully, but these errors were encountered:
I am trying to execute the following function, but my ESP crashes as soon as I press the button calling the function. It does not seem to enter any server.on();
function send_comand(gsm_number) {
var xhttp = new XMLHttpRequest;
xhttp.open("POST", "/", true);
xhttp.send("action=erasen&gsm1=" + gsm_number);
// window.location = window.location;
}
The text was updated successfully, but these errors were encountered: