Merge pull request #171 from InfoSecREDD/patch-1

Fixed to Clear log text.
pull/172/head
Melissa LeBlanc-Williams 1 year ago committed by GitHub
commit 638d754da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) {

Loading…
Cancel
Save