support moto

This commit is contained in:
Lei PAN
2024-10-01 23:28:09 +02:00
parent f67b6a3383
commit a04ec8373d
+1 -1
View File
@@ -1417,7 +1417,7 @@ class CommandorPage {
this.device.shell("input tap " + 818 + " " + 2140) this.device.shell("input tap " + 818 + " " + 2140)
await delay(1000); await delay(1000);
} else if (model === "moto_g51_5G") { } else if (model === "moto_g51_5G") {
await this.tapForDevice(this.device, 800, 2215) await this.tapForDevice(this.device, 806, 2230)
await delay(2000); await delay(2000);
this.device.shell("input tap " + 800 + " " + 2215) this.device.shell("input tap " + 800 + " " + 2215)
await delay(1000); await delay(1000);