From c4312b63b7047e5bf7636b3f694f9215dc2d96ca Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Wed, 11 Jan 2023 00:56:55 +0100 Subject: Fix outputMsgCallback waitFailbackShell Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com> --- assets/js/rootLantiq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/rootLantiq.js b/assets/js/rootLantiq.js index 36e6506..d68d314 100644 --- a/assets/js/rootLantiq.js +++ b/assets/js/rootLantiq.js @@ -41,7 +41,7 @@ async function waitFailbackShell(writer, reader, outputMsgCallback) { writer.write('f\n'); }, 10); - outputMsgCallback("Root in progress: Trigger characters received. Waiting for boot to end...",1); + outputMsgCallback("Root in progress: Trigger characters received. Waiting for boot to end..."); await delay(3000); clearInterval(interval); break; -- cgit v1.2.3