Commit 7012ada0ede60dacfa498c68ca7cf6882c72494e
1 parent
f323e782da
Exists in
master
CNMI
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
lib/modem.js
... | ... | @@ -404,6 +404,9 @@ function init() { |
404 | 404 | logger.info('Set to text mode'); |
405 | 405 | await simpleSubCommand('AT+CMGF=1\r'); |
406 | 406 | |
407 | + logger.info('Set message indication'); | |
408 | + await simpleSubCommand('AT+CNMI=1,1,2,1,1\r'); | |
409 | + | |
407 | 410 | await readCOPS(); |
408 | 411 | |
409 | 412 | await readManufacturer(); |