Михаил Капелько 9 months ago
parent
commit
c528e4796c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/App.swift

+ 1
- 1
src/App.swift View File

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




Loading…
Cancel
Save