Михаил Капелько 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(


불러오는 중...
취소
저장