Add enough delay to wait for modem to boot

This commit is contained in:
XT-Martinez 2024-07-15 23:02:07 +08:00 committed by Sean Khan
parent fc5b59c83a
commit 01fe8de919

View File

@ -40,6 +40,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"