From 01fe8de919d88fca195ef87181fb6a693a51a106 Mon Sep 17 00:00:00 2001 From: XT-Martinez <32611135+XT-Martinez@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:02:07 +0800 Subject: [PATCH] Add enough delay to wait for modem to boot --- wwan/app/quectel-cm/files/quectel.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwan/app/quectel-cm/files/quectel.sh b/wwan/app/quectel-cm/files/quectel.sh index d8b905a..2a98679 100644 --- a/wwan/app/quectel-cm/files/quectel.sh +++ b/wwan/app/quectel-cm/files/quectel.sh @@ -39,6 +39,8 @@ proto_quectel_setup() { echo -ne "AT+CFUN=1\r\n" > /dev/ttyUSB2 [ -n "$delay" ] && sleep "$delay" + + sleep 5 [ -n "$metric" ] || metric="0" [ -z "$ctl_device" ] || device="$ctl_device"