docs: add FS and FileService info

This commit is contained in:
2025-09-16 08:27:05 +02:00
parent dd0c7cca78
commit adde7a3676
3 changed files with 119 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ Complete development and deployment guide.
**Includes:**
- PlatformIO configuration
- Filesystem, linker scripts, and flash layout mapping
- Build and flash instructions
- OTA update procedures
- Cluster management commands
@@ -59,6 +60,9 @@ Complete development and deployment guide.
- Troubleshooting guide
- Best practices
### 📖 [StaticFileService.md](./StaticFileService.md)
Static file hosting over HTTP using LittleFS.
## Quick Links
- **Main Project**: [../README.md](../README.md)