diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2023-01-12 00:55:49 +0100 |
---|---|---|
committer | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-01-12 01:03:22 +0100 |
commit | faafa2da4830d9cdba14670ffacc57d464c9af2f (patch) | |
tree | fe436905ea9100ce002c72cfec18bdb7102614d7 /_includes | |
parent | Moved root procedure to root_lantiq.html to be able to use in other pages (diff) | |
download | hack-gpon.github.io-faafa2da4830d9cdba14670ffacc57d464c9af2f.tar hack-gpon.github.io-faafa2da4830d9cdba14670ffacc57d464c9af2f.tar.gz hack-gpon.github.io-faafa2da4830d9cdba14670ffacc57d464c9af2f.tar.bz2 hack-gpon.github.io-faafa2da4830d9cdba14670ffacc57d464c9af2f.tar.lz hack-gpon.github.io-faafa2da4830d9cdba14670ffacc57d464c9af2f.tar.xz hack-gpon.github.io-faafa2da4830d9cdba14670ffacc57d464c9af2f.tar.zst hack-gpon.github.io-faafa2da4830d9cdba14670ffacc57d464c9af2f.zip |
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/root_lantiq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/root_lantiq.html b/_includes/root_lantiq.html index 5230a78..798b266 100644 --- a/_includes/root_lantiq.html +++ b/_includes/root_lantiq.html @@ -123,7 +123,7 @@ return; } - let result = await lantiqRootUboot(port, "Huawei MA5671A", + let result = await lantiqRootUboot(port, "{{include.modelName}}", (msg) => { loading(msg, 0); }, |