added changes to home, integrated sms from snjzb, and fixed minor error

This commit is contained in:
Russel Yasol
2024-05-28 14:25:12 +08:00
parent 61cdfebc8a
commit 4a3a7775dd
6 changed files with 1289 additions and 497 deletions

View File

@@ -814,7 +814,7 @@
},
cellLockDisableLTE() {
// Send the atcmd command to reset the locked bands
const atcmd = 'AT+QNWLOCK="common/4g,0"';
const atcmd = 'AT+QNWLOCK="common/4g",0';
this.showModal = true;
this.sendATcommand(atcmd);