summaryrefslogtreecommitdiffstats
path: root/_ont/ont-huawei-ma5671a-root-web.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-10Correct (hopefully) all grammar mistakes and change phrasing to make things easier to understand (#282)Andrea Greco1-5/+5
* First part of grammar correction * Final part of grammar correction * Update _ont/ont-fs-com-gpon-onu-stick-with-mac.md Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com> * Update _ont/ont-fs-com-gpon-onu-stick-with-mac.md Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com> --------- Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com>
2023-02-10Some Fix on Huawei, FS, Broadcom (#146)Simone1-1/+1
* Getting/Setting Speed LAN Mode * RX Loss / TX Fault confusion * change order and heading of section * fix eeprom values and subunit * various alignment and table fixes
2023-01-18hotfix toggle (#130)Simone1-1/+1
Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
2023-01-18Minor fix on alternative root V3 procedure (flash) (#118)Simone1-0/+1
* Minor fix on alternative root V3 procedure (flash)
2023-01-12Allow specify model name in root_lantiq includeErnesto Castellotti1-1/+1
2023-01-12Moved root procedure to root_lantiq.html to be able to use in other pagesErnesto Castellotti1-148/+1
Now step 2 can also be removed to use the same process on other non-Huawei SFPs
2023-01-12Add sfpModel parameter and remove successCallbackErnesto Castellotti1-8/+12
2023-01-12Rename utils.js to serialUtil.jsErnesto Castellotti1-1/+1
2023-01-12Moved serial port management to utils.jsErnesto Castellotti1-50/+25
2023-01-12Moved all root process to rootLantiq.jsErnesto Castellotti1-38/+8
2023-01-12Moved useful functions to assets/js/rootLantiq.jsErnesto Castellotti1-65/+1
2023-01-10Apply suggestions from code reviewEdoardo Fullin1-3/+3
Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com>
2023-01-10MA5671A: Fixed RX Loss / TX Fault confusionEdoardo Fullin1-5/+10
2023-01-02fix escape pt2 (#88)Simone1-2/+2
Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
2022-12-30Streamlining of customisations: migration of numerous functionalities to the JTD fork and add new functionalities implemented by JTD fork (#75)Simone1-4/+4
* use form validation by jdt * migrate theme-switch to new version of jtd * Use new feature of jdt * streamlining of customisations: migrate, aux button, modal and theme switch to fork JTD * fix * fix Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
2022-12-19Add web root script and Restore V1 Procedure (#32)Simone Bortolin1-0/+331
* Add web root script (V3) ** Web serial, LineBreakTransformer, minimal UI ** Step 2 in fallback to avoid kernel panic ** Some new alert * Restore V1 Procedure * Minor update on V1 and V2 procedure (see #43) Co-authored-by: Ernesto Castellotti <mail@ernestocastellotti.it>