From 9ca10ec2c3b9e5385227b099aa43e80789901ff4 Mon Sep 17 00:00:00 2001 From: Dan Williams <dan@ioncontrol.co> Date: Mon, 10 Mar 2025 11:55:54 -0500 Subject: [PATCH] quectel: decrease low-power/power-on/reset wait times to 15 seconds AT docs for many (most?) device state a max timeout of 15 seconds. Signed-off-by: Dan Williams <dan@ioncontrol.co> --- src/plugins/quectel/mm-broadband-modem-quectel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/quectel/mm-broadband-modem-quectel.c b/src/plugins/quectel/mm-broadband-modem-quectel.c index 2b4544a18..bdee9c985 100644 --- a/src/plugins/quectel/mm-broadband-modem-quectel.c +++ b/src/plugins/quectel/mm-broadband-modem-quectel.c @@ -274,7 +274,7 @@ common_modem_power_operation (MMBroadbandModemQuectel *self, { mm_base_modem_at_command (MM_BASE_MODEM (self), command, - 30, + 15, FALSE, callback, user_data); -- GitLab