This commit is contained in:
Михаил Капелько
2024-01-28 18:44:57 +03:00
parent b5b70bbdc7
commit c528e4796c

View File

@@ -141,7 +141,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate
func testMic4() {
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"])
}