Михаил Капелько 10 月之前
父節點
當前提交
e844e8100e
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. +5
    -0
      Modules/MicX/Mic/src/Mic.C.swift
  2. +1
    -1
      src/App.swift

+ 5
- 0
Modules/MicX/Mic/src/Mic.C.swift 查看文件

@@ -0,0 +1,5 @@
public extension Mic {
enum C {
static let activityTimeout = 5
}
}

+ 1
- 1
src/App.swift 查看文件

@@ -112,7 +112,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate
func testMic4() {
delayedSend(2, Mic.K.activeIds, ["1"])
delayedSend(4, Mic.K.activeIds, ["1", "4"])
delayedSend(5, Mic.K.activeIds, ["1", "4"])
}

func delayedSend(


Loading…
取消
儲存