From 26036346cfbcb6247635f810b728aec11707c3d8 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Thu, 15 Jun 2023 14:00:18 +0200 Subject: [PATCH] support poco phone m4 --- src/workers/CommandorPage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 33c1405..d9e194d 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1003,6 +1003,8 @@ class CommandorPage { this.device.shell("input tap " + 550 + " " + 1920) } else if (model === "ONEPLUS A6000") { this.device.shell("input tap " + 535 + " " + 1945) + } else if (model === "22041219PG") { + this.device.shell("input tap " + 540 + " " + 1985) } else if (model === "21091116C") { this.device.shell("input tap " + 510 + " " + 1975) } else if (model === "MI 5s") {