Refresh GUI documentation and profile synchronization

This commit is contained in:
2026-07-24 10:35:47 +02:00
parent 08db94bb6b
commit 7d381218f3
15 changed files with 226 additions and 35 deletions
+6 -1
View File
@@ -16,7 +16,8 @@ als Referenz oder Ziel verwendet werden.
1. `README.md`
2. `doc/INDEX.md`
3. `doc/00_architecture.md`
4. bei Protokoll-/Layoutänderungen zusätzlich:
4. `doc/07_known_limitations.md`
5. bei Protokoll-/Layoutänderungen zusätzlich:
- `src/Protocol.cs`
- `src/DeviceConfig.cs`
- `../VersaMCU/AGENTS.md`
@@ -33,6 +34,10 @@ als Referenz oder Ziel verwendet werden.
bauen und getrennt committen.
- Host-Command-IDs niemals ungeprüft als Shellkommando ausführen. Eine spätere
Host-Aktionsfunktion benötigt ein explizites sicheres Mapping.
- Das Binärmodell akzeptiert alle Firmware-Animationen `0..6`; der aktuelle
`ActionDialog` bietet davon nur Static, Blink, Pulse und ColorCycle an.
Bestehende, im Dialog nicht angebotene Werte nicht stillschweigend
überschreiben.
## Threading und Transfers