From ecfc0ac41398e60acc063583a7998c6738f86ae8 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Fri, 3 May 2024 13:00:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Updates=20readme=20to=20reflect?= =?UTF-8?q?=20ongoing=20refactoring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index c17d525..e2b2548 100644 --- a/readme.md +++ b/readme.md @@ -43,8 +43,8 @@ * Live preview - Make changes, See changes -* Live stream - * Camera livestream, battery voltage, servo position, distance sensors and much more. +* Real time data sync + * Dual joystick controller * Dark/Light mode @@ -127,7 +127,6 @@ The software utilizes a couple of FreeRTos task | --- | --- | --- | --- | Idle0 task | Burns cpu time to track cpu usage for core 0 | 0 | 0 | Idle1 task | Burns cpu time to track cpu usage for core 1 | 0 | 1 -| Analytics service task | Periodically sends analytics data | 1 | 0 | Spot service task | Handle synchronous services | 2 | 0 #### Feature flags @@ -162,11 +161,11 @@ For the development dependencies I choose the following | Dependencies | Description | --- | --- -| Svelte | SvelteKit is an application framework built on top of Svelte, enhancing it with features like routing, server-side rendering, and static site generation. It streamlines the development process by integrating server-side capabilities with Svelte's client-side benefits. Furthermore it make the development process fast and enjoyable. +| SvelteKit | SvelteKit is an application framework built on top of Svelte, enhancing it with features like routing, server-side rendering, and static site generation. It streamlines the development process by integrating server-side capabilities with Svelte's client-side benefits. Furthermore it make the development process fast and enjoyable. | Vite | Vite is a frontend tool that is used for building fast and optimized web applications. Is serves code local during development and bundles assets for production | Typescript | TypeScript's integration of static typing enhances code reliability and maintainability. | Tailwind CSS | Tailwind CSS accelerates web development with its utility-first approach, ensuring rapid styling and consistent design. -| Vite single file plugin | This plugin inline all JS and CSS in the *index.html* file, which is necessary as SPIFFS max file length is 32 bytes. + | Vite compression plugin | This plugin compresses the *index.html* file making the final footprint a lot smaller. #### Libraries @@ -182,7 +181,7 @@ For the app functionality I choose the following: | [Uzip](https://www.npmjs.com/package/uzip) | Simple, tiny and fast ZIP library. | [ChartJS](https://www.npmjs.com/package/chart.js) | Simple and flexible charting library. -### Space issues + ## Kinematics