Merge pull request #25 from selengalp/feat/bg95-workaround

add support for bg95
This commit is contained in:
Yasin Kaya
2021-02-09 18:07:04 +03:00
committed by GitHub

View File

@@ -75,10 +75,13 @@ IS_TELIT=$?
# For Quectel # For Quectel
if [[ $IS_QUECTEL -eq 0 ]]; then if [[ $IS_QUECTEL -eq 0 ]]; then
lsusb | grep 0700 > /dev/null
MODEL_BG95=$?
lsusb | grep BG9 > /dev/null lsusb | grep BG9 > /dev/null
MODEL_BG9X=$? MODEL_BG9X=$?
if [[ $MODEL_BG9X -eq 0 ]]; then if [[ $MODEL_BG9X -eq 0 ]] || [[ $MODEL_BG95 -eq 0 ]]; then
# BG95 and BG96 # BG95 and BG96
# RAT Searching Sequence # RAT Searching Sequence