added changes to home, integrated sms from snjzb, and fixed minor error
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user