From c528e4796ca1a1929ac0acc561fcd2fee6bb3544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Sun, 28 Jan 2024 18:44:57 +0300 Subject: [PATCH] d --- src/App.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.swift b/src/App.swift index 4d8093e..c052145 100644 --- a/src/App.swift +++ b/src/App.swift @@ -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"]) }