Fixed to Clear log text.

Figured I'd help since I got a branch of this for the Flipper Zero community.
pull/171/head
REDD 1 year ago committed by GitHub
parent 89fb75c3bf
commit b0871ed288
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