diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2023-01-11 00:56:55 +0100 |
---|---|---|
committer | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-12 00:02:02 +0100 |
commit | c4312b63b7047e5bf7636b3f694f9215dc2d96ca (patch) | |
tree | 0b4b52f08ec1a6d759d44442794d2caba48880e6 /assets/js/rootLantiq.js | |
parent | Moved serial port management to utils.js (diff) | |
download | hack-gpon.github.io-c4312b63b7047e5bf7636b3f694f9215dc2d96ca.tar hack-gpon.github.io-c4312b63b7047e5bf7636b3f694f9215dc2d96ca.tar.gz hack-gpon.github.io-c4312b63b7047e5bf7636b3f694f9215dc2d96ca.tar.bz2 hack-gpon.github.io-c4312b63b7047e5bf7636b3f694f9215dc2d96ca.tar.lz hack-gpon.github.io-c4312b63b7047e5bf7636b3f694f9215dc2d96ca.tar.xz hack-gpon.github.io-c4312b63b7047e5bf7636b3f694f9215dc2d96ca.tar.zst hack-gpon.github.io-c4312b63b7047e5bf7636b3f694f9215dc2d96ca.zip |
Diffstat (limited to '')
-rw-r--r-- | assets/js/rootLantiq.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |