summaryrefslogtreecommitdiffstats
path: root/_ont/ont-huawei-ma5671a-root-web.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved UI to make it clear that the browser is not supported (#346)Ernesto Castellotti2024-06-071-2/+1
| | | Some users do not understand that the browser does not support WebSerial because on the page https://hack-gpon.org/ont-huawei-ma5671a-ymodem/ pressing the button opens the flash window, with this PR the button is deactivated if the browser is not supported and the the strikethrough out character is applied to button text
* Correct (hopefully) all grammar mistakes and change phrasing to make things easier to understand (#282)Andrea Greco2023-10-101-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>
* Some Fix on Huawei, FS, Broadcom (#146)Simone2023-02-101-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
* hotfix toggle (#130)Simone2023-01-181-1/+1
| | | Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
* Minor fix on alternative root V3 procedure (flash) (#118)Simone2023-01-181-0/+1
| | | * Minor fix on alternative root V3 procedure (flash)
* Allow specify model name in root_lantiq includeErnesto Castellotti2023-01-121-1/+1
|
* Moved root procedure to root_lantiq.html to be able to use in other pagesErnesto Castellotti2023-01-121-148/+1
| | | | Now step 2 can also be removed to use the same process on other non-Huawei SFPs
* Add sfpModel parameter and remove successCallbackErnesto Castellotti2023-01-121-8/+12
|
* Rename utils.js to serialUtil.jsErnesto Castellotti2023-01-121-1/+1
|
* Moved serial port management to utils.jsErnesto Castellotti2023-01-121-50/+25
|
* Moved all root process to rootLantiq.jsErnesto Castellotti2023-01-121-38/+8
|
* Moved useful functions to assets/js/rootLantiq.jsErnesto Castellotti2023-01-121-65/+1
|
* Apply suggestions from code reviewEdoardo Fullin2023-01-101-3/+3
| | | Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com>
* MA5671A: Fixed RX Loss / TX Fault confusionEdoardo Fullin2023-01-101-5/+10
|
* fix escape pt2 (#88)Simone2023-01-021-2/+2
| | | Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
* Streamlining of customisations: migration of numerous functionalities to the JTD fork and add new functionalities implemented by JTD fork (#75)Simone2022-12-301-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>
* Add web root script and Restore V1 Procedure (#32)Simone Bortolin2022-12-191-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>