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

之前实现遗漏 README 同步,用户指出后补齐。init 块加注释行示例。

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

View File

@@ -46,6 +46,7 @@ let sdk = DuooomiBleSDK(config: .init(
// apiHost: URL(...)!, // https://api.duooomi.com
// cdnHost: "https://cdn.bowong.cc/", //
// aniWidth: 360, aniHeight: 360, aniFps: "24", // ANI
// frameIntervalMs: 35, // (ms) [0,500] warn clamp
))
sdk.delegate = self