Update README and improve LEDManager and StreamServer functionality

- Enhanced LEDManager state update logic to allow recovery from error states
- Fixed buffer declaration in StreamServer for multipart headers
- Updated LEDManager instantiation to use shared_ptr for better memory management
This commit is contained in:
PhosphorosVR
2025-08-23 15:28:55 +02:00
parent 05e122ffdd
commit 4778ae6c52
5 changed files with 24 additions and 25 deletions

View File

@@ -1,11 +1,9 @@
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| Supported Targets (IDK lol) | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
## OpenIris-ESPIDF
Firmware and tools for OpenIris on ESP32/ESP32S3 — WiFi, UVC streaming, and a handy Python setup CLI.
Short, friendly, and practical.
Firmware and tools for OpenIris — WiFi, UVC streaming, and a handy Python setup CLI.
---
@@ -20,7 +18,7 @@ Short, friendly, and practical.
## Prerequisites
- ESPIDF installed and available in your terminal (`idf.py` works)
- Python 3.10+ with `pip`
- Python 3.10+ with `pip` (on Windows this is installed automatically when you set up the ESPIDF VS Code extension; see “First-time setup on Windows” below)
- USB cable to your board
- Optional: install Python dependencies for the tools