diff --git a/src/appointment.js b/src/appointment.js index a8f05e2..1f2b846 100644 --- a/src/appointment.js +++ b/src/appointment.js @@ -12,7 +12,7 @@ let excelUtil = new ExcelUtil(); let collectionName = formatDate(new Date()) // device_to_excludes = ["47e7e36b", "e30eb015"] // device_to_excludes = ["J4AXB761H2322WJ"] -device_to_excludes = ["4e8ca027", "hi7ljr5xduyt9pfi", "47e7e36b"] +device_to_excludes = ["4e8ca027", "hi7ljr5xduyt9pfi", "47e7e36b", "e30eb015"] attributedPorts = [] const device_port_info = new Map(); startPort = 9000 diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 0f2564c..5b433e5 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -1026,6 +1026,8 @@ class CommandorPage { await delay(1000) // await this.device.shell("adb shell settings put global airplane_mode_on 0") await this.device.shell("cmd connectivity airplane-mode disable") + await delay(2000) + } }