docs(readme): 补 frameIntervalMs 参数说明(默认 35ms,[0,500] clamp)

同步 iOS README 改动;Config 字段表新增 frameIntervalMs 一行。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
km2023
2026-05-20 14:35:47 +08:00
parent b3fb02c270
commit 7d8b0eaf94

View File

@@ -114,6 +114,7 @@ val sdk = DuooomiBleSDK(
| `apiHost` | | 默认 `https://api.duooomi.com` |
| `cdnHost` | | 默认 `https://cdn.bowong.cc/` |
| `aniWidth` / `aniHeight` / `aniFps` | | ANI 转换参数,默认 `360 / 360 / "24"` |
| `frameIntervalMs` | | 协议帧之间发送间隔ms默认 `35`,合法 `[0, 500]`;越界仅 warn使用点 `coerceIn`。调高用于排查接收端丢帧 |
## API 参考