support moto g51

This commit is contained in:
2023-12-01 10:06:29 +01:00
parent 8ec0443a01
commit a52a65fd72
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -1120,6 +1120,8 @@ class CommandorPage {
this.device.shell("input tap " + 925 + " " + 1325)
} else if (this.device.model() === "22041219PG") {
this.device.shell("input tap " + 925 + " " + 1430)
} else if (this.device.model() === "moto g51 5G") {
await this.tapForDevice(this.device, 950, 1434)
} else
this.device.shell("input tap " + 933 + " " + 1538)
await delay(2000);