Update main.js
parent
7141175382
commit
254758d33d
4
main.js
4
main.js
|
@ -72,6 +72,10 @@ function logOutput(...message) {
|
||||||
document.getElementById("output").value += message.join(" ") + "\n";
|
document.getElementById("output").value += message.join(" ") + "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function clearLog() {
|
||||||
|
document.getElementById("output").value = "";
|
||||||
|
}
|
||||||
|
|
||||||
let device;
|
let device;
|
||||||
|
|
||||||
async function launchPayload(payload) {
|
async function launchPayload(payload) {
|
||||||
|
|
Loading…
Reference in New Issue