broadband-modem: increase timeout for ATZ
Some modem like Novatel LTE can take up to 5 seconds to complete the ATZ command. Increase the timeout for ATZ from 3 seconds to 6 seconds.
This commit is contained in:

committed by
Aleksander Morgado

parent
e60207d6ab
commit
717b16b5b6
@@ -2295,7 +2295,7 @@ static const MMBaseModemAtCommand modem_init_sequence[] = {
|
|||||||
* after the Z command because such commands may be ignored.
|
* after the Z command because such commands may be ignored.
|
||||||
* So run ATZ alone.
|
* So run ATZ alone.
|
||||||
*/
|
*/
|
||||||
{ "Z", 3, FALSE, mm_base_modem_response_processor_no_result_continue },
|
{ "Z", 6, FALSE, mm_base_modem_response_processor_no_result_continue },
|
||||||
|
|
||||||
/* Ensure echo is off after the init command */
|
/* Ensure echo is off after the init command */
|
||||||
{ "E0 V1", 3, FALSE, NULL },
|
{ "E0 V1", 3, FALSE, NULL },
|
||||||
|
Reference in New Issue
Block a user