This website works better with JavaScript.
Home
Explore
Help
Sign In
kornerr
/
check-ios-bus
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
d
lvl4
Михаил Капелько
10 months ago
parent
b9ca315dad
commit
e844e8100e
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
Modules/MicX/Mic/src/Mic.C.swift
+1
-1
src/App.swift
+ 5
- 0
Modules/MicX/Mic/src/Mic.C.swift
View File
@@ -0,0 +1,5 @@
public extension Mic {
enum C {
static let activityTimeout = 5
}
}
+ 1
- 1
src/App.swift
View File
@@ -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(
Write
Preview
Loading…
Cancel
Save