mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
Merge pull request #25 from selengalp/feat/bg95-workaround
add support for bg95
This commit is contained in:
commit
a47a3966f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user