feat: Implement Svelte frontend with OTA update support, build tooling, and deployment documentation.
This commit is contained in:
@@ -69,7 +69,7 @@ Once the backend supports it (Phase 2+), you can update the frontend without usi
|
||||
|
||||
1. **Build the assets**: `npm run build:esp32`
|
||||
2. **Package the image**: `npm run ota:package`
|
||||
- This generates a `frontend/bin/www.bin` file.
|
||||
- This generates a versioned binary in `frontend/bin/` (e.g., `www_v1.0.5.bin`).
|
||||
- **Configuration**: If the tool is not in your PATH, add its path to `frontend/.env`:
|
||||
```env
|
||||
MKLITTLEFS_PATH=C:\path\to\mklittlefs.exe
|
||||
|
||||
Reference in New Issue
Block a user