summaryrefslogtreecommitdiffstats
path: root/_includes/ymodem_lantiq.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-07Improved UI to make it clear that the browser is not supported (#346)Ernesto Castellotti1-1/+3
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
2023-01-18hotfix toggle (#130)Simone1-2/+2
Co-authored-by: Simone Bortolin <simonebortolin@users.noreply.github.com>
2023-01-18Minor fix on alternative root V3 procedure (flash) (#118)Simone1-19/+18
* Minor fix on alternative root V3 procedure (flash)
2023-01-16Add serial-ymodem flash web-app (#77) (#96)Simone1-0/+206
* add gui form ymodem * Remove LineBreakTransformer and add async * Add function to start ymodem in uboot * Add XYMini implementation * Remove delay from startYmodemLoad * update gui * Fix broken script code * Split waitUbootStop * Add changeBaudrate * Fix changeBaudrate * Add sendImageMtd * Add waitEndImageLoad * Add flashImageMtd * Implement flash firmware * fix js code Co-authored-by: Ernesto Castellotti <mail@ernestocastellotti.it>