From b0871ed28865fbcb04e0a9beb991839f0ad1306c Mon Sep 17 00:00:00 2001 From: REDD Date: Wed, 1 Nov 2023 10:55:51 -0700 Subject: [PATCH] Fixed to Clear log text. Figured I'd help since I got a branch of this for the Flipper Zero community. --- js/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 7c85a5f..c2da515 100644 --- a/js/script.js +++ b/js/script.js @@ -379,7 +379,8 @@ async function checkFirmware(event) { * Click handler for the clear button. */ async function clickClear() { - reset(); +// reset(); Reset function wasnt declared. + log.innerHTML = ""; } function convertJSON(chunk) {