mirror of
https://github.com/bkerler/edl.git
synced 2024-11-28 10:25:50 -05:00
Update
This commit is contained in:
parent
1fc3fe076c
commit
fc1ea10e73
1 changed files with 2 additions and 1 deletions
|
@ -407,7 +407,8 @@ class adbtools(metaclass=LogBase):
|
||||||
|
|
||||||
def SierraWireless(self, cn, info, enable):
|
def SierraWireless(self, cn, info, enable):
|
||||||
print("Sending at switch command")
|
print("Sending at switch command")
|
||||||
kg = SierraKeygen(cn)
|
kg = SierraKeygen(cn=cn,devicegeneration=None)
|
||||||
|
kg.detectdevicegeneration()
|
||||||
if kg.openlock():
|
if kg.openlock():
|
||||||
if enable:
|
if enable:
|
||||||
if cn.send('AT!CUSTOM="ADBENABLE",1\r') != -1:
|
if cn.send('AT!CUSTOM="ADBENABLE",1\r') != -1:
|
||||||
|
|
Loading…
Reference in a new issue