Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sfpModel parameter and remove successCallback | Ernesto Castellotti | 2023-01-12 | 1 | -8/+12 |
| | |||||
* | Rename utils.js to serialUtil.js | Ernesto Castellotti | 2023-01-12 | 1 | -1/+1 |
| | |||||
* | Moved serial port management to utils.js | Ernesto Castellotti | 2023-01-12 | 1 | -50/+25 |
| | |||||
* | Moved all root process to rootLantiq.js | Ernesto Castellotti | 2023-01-12 | 1 | -38/+8 |
| | |||||
* | Moved useful functions to assets/js/rootLantiq.js | Ernesto Castellotti | 2023-01-12 | 1 | -65/+1 |
| | |||||
* | Apply suggestions from code review | Edoardo Fullin | 2023-01-10 | 1 | -3/+3 |
| | | | Co-authored-by: Simone <26844016+simonebortolin@users.noreply.github.com> | ||||
* | MA5671A: Fixed RX Loss / TX Fault confusion | Edoardo Fullin | 2023-01-10 | 1 | -5/+10 |
| | |||||
* | fix escape pt2 (#88) | Simone | 2023-01-02 | 1 | -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) | Simone | 2022-12-30 | 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> | ||||
* | Add web root script and Restore V1 Procedure (#32) | Simone Bortolin | 2022-12-19 | 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> |