summaryrefslogtreecommitdiff
path: root/fw/src/index.html
AgeCommit message (Collapse)Author
2025-03-26fw: app: Move application firmware code herexengineering
This makes the structure of the `fw` folder more clear and separates application-related code from bootloader- or rtos-related code.
2025-03-21fw: js: Add web frontend to display heartbeatxengineering
This makes it transparent to the user that there is an active connection to the firmware. If the connection is broken the user notices that quickly and can re-load the page.
2025-03-21fw: html: Add missing license noticexengineering
2025-03-21fw: html: Move HTML to src folderxengineering