mirror of
https://github.com/bkerler/edl.git
synced 2024-11-24 08:27:58 -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):
|
||||
print("Sending at switch command")
|
||||
kg = SierraKeygen(cn)
|
||||
kg = SierraKeygen(cn=cn,devicegeneration=None)
|
||||
kg.detectdevicegeneration()
|
||||
if kg.openlock():
|
||||
if enable:
|
||||
if cn.send('AT!CUSTOM="ADBENABLE",1\r') != -1:
|
||||
|
|
Loading…
Reference in a new issue