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
commit a47a3966f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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