diff options
author | Dan Williams <dan@ioncontrol.co> | 2025-03-10 11:55:54 -0500 |
---|---|---|
committer | Dan Williams <dan@ioncontrol.co> | 2025-05-08 19:54:54 -0500 |
commit | 0bfb11c62cc76d539d5d60945d6d810fddbf57c6 (patch) | |
tree | 1a510878341cffdc28908958e4d30bff0621a298 | |
parent | e05af7442cc792147ef2c4351208e2684a5e6a63 (diff) |
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>
-rw-r--r-- | src/plugins/quectel/mm-broadband-modem-quectel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/quectel/mm-broadband-modem-quectel.c b/src/plugins/quectel/mm-broadband-modem-quectel.c index ffc514a2..072e291b 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); |