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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user