diff --git a/main.js b/main.js index 0b84859..b622356 100644 --- a/main.js +++ b/main.js @@ -124,7 +124,7 @@ document.getElementById("goButton").addEventListener("click", async () => { logOutput("You're trying to load a payload type that doesn't exist."); return; } - logOutput(payload); + logOutput(payload.toString(16)); return; } logOutput("Requesting access to device...");