From a04ec8373dbffa58ed42c7c4f5b6b906d9a0eb8a Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Tue, 1 Oct 2024 23:28:09 +0200 Subject: [PATCH] support moto --- src/workers/CommandorPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index f2d5df5..11fe33b 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1417,7 +1417,7 @@ class CommandorPage { this.device.shell("input tap " + 818 + " " + 2140) await delay(1000); } else if (model === "moto_g51_5G") { - await this.tapForDevice(this.device, 800, 2215) + await this.tapForDevice(this.device, 806, 2230) await delay(2000); this.device.shell("input tap " + 800 + " " + 2215) await delay(1000);