Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-10 | Some Fix on Huawei, FS, Broadcom (#146) | Simone | 1 | -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-18 | hotfix toggle (#130) | Simone | 1 | -1/+1 | |
Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com> | |||||
2023-01-18 | Minor fix on alternative root V3 procedure (flash) (#118) | Simone | 1 | -0/+1 | |
* Minor fix on alternative root V3 procedure (flash) | |||||
2023-01-12 | Allow specify model name in root_lantiq include | Ernesto Castellotti | 1 | -1/+1 | |
2023-01-12 | Moved root procedure to root_lantiq.html to be able to use in other pages | Ernesto Castellotti | 1 | -148/+1 | |
Now step 2 can also be removed to use the same process on other non-Huawei SFPs | |||||
2023-01-12 | Add sfpModel parameter and remove successCallback | Ernesto Castellotti | 1 | -8/+12 | |
2023-01-12 | Rename utils.js to serialUtil.js | Ernesto Castellotti | 1 | -1/+1 | |
2023-01-12 | Moved serial port management to utils.js | Ernesto Castellotti | 1 | -50/+25 | |
2023-01-12 | Moved all root process to rootLantiq.js | Ernesto Castellotti | 1 | -38/+8 | |
2023-01-12 | Moved useful functions to assets/js/rootLantiq.js | Ernesto Castellotti | 1 | -65/+1 | |
2023-01-10 | Apply suggestions from code review | Edoardo Fullin | 1 | -3/+3 | |
Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com> | |||||
2023-01-10 | MA5671A: Fixed RX Loss / TX Fault confusion | Edoardo Fullin | 1 | -5/+10 | |
2023-01-02 | fix escape pt2 (#88) | Simone | 1 | -2/+2 | |
Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com> | |||||
2022-12-30 | Streamlining of customisations: migration of numerous functionalities to the JTD fork and add new functionalities implemented by JTD fork (#75) | Simone | 1 | -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-19 | Add web root script and Restore V1 Procedure (#32) | Simone Bortolin | 1 | -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> |