adapte oneplus 6

This commit is contained in:
2023-05-29 12:21:17 +02:00
parent 056f46643f
commit 5e27e03188
+5
View File
@@ -885,6 +885,11 @@ class CommandorPage {
await delay(2000); await delay(2000);
this.device.shell("input tap " + 800 + " " + 2100) this.device.shell("input tap " + 800 + " " + 2100)
await delay(1000); await delay(1000);
} else if (model === "ONEPLUS A6000") {
this.device.shell("input tap " + 818 + " " + 2140)
await delay(2000);
this.device.shell("input tap " + 818 + " " + 2140)
await delay(1000);
} else { } else {
this.device.shell("input tap " + 800 + " " + 2215) this.device.shell("input tap " + 800 + " " + 2215)
await delay(2000); await delay(2000);