Implement synchronized LED wall output

This commit is contained in:
TJY
2026-07-16 12:52:42 +08:00
parent 8590fafac1
commit fe906e028b
11 changed files with 335 additions and 283 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ python -m led_platform.cli serve
或者直接用 uvicorn
```bash
uvicorn led_platform.main:app --host 127.0.0.1 --port 8000
uvicorn led_platform.main:app --host 0.0.0.0 --port 8000
```
查看地址: