mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 16:21:53 +00:00
Add enough delay to wait for modem to boot
This commit is contained in:
parent
fc5b59c83a
commit
01fe8de919
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user