added fix for NSA Scanning

This commit is contained in:
Russel Yasol
2024-03-29 21:29:02 +08:00
parent 21c9099606
commit 6ad0f026e6

View File

@@ -809,10 +809,6 @@
this.startCountdown(); this.startCountdown();
console.error("Error sending AT command:", error); console.error("Error sending AT command:", error);
}); });
// Query the scan command after enabling
this.queryATCommand(queryScanCmd);
}, },
fullNetworkScan() { fullNetworkScan() {
const scanCmd = "AT+QSCAN=3,1"; const scanCmd = "AT+QSCAN=3,1";