16.04.2025, 11:37
This might be caused by disabled "echo" mode on the modem.
In resident script add this:
After these lines:
In resident script add this:
Code:
-- enable echo mode
modem:send('ATE1')
After these lines:
Code:
-- delete all saved messages
modem:send('AT+CMGD=1,4')