Skip to content

Commit

Permalink
tici: disable cavli sim sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 6, 2024
1 parent 4d08e11 commit 6e8e517
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions system/hardware/tici/hardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,9 @@ def configure_modem(self):
cmds = []
if manufacturer == 'Cavli Inc.':
cmds += [
# use sim slot
'AT^SIMSWAP=1',
'AT^SIMSWAP=1', # use SIM slot, instead of internal eSIM
'AT$QCSIMSLEEP=0', # disable SIM sleep
'AT$QCSIMCFG=SimPowerSave,0', # more sleep disable

# ethernet config
'AT$QCPCFG=usbNet,0',
Expand Down

0 comments on commit 6e8e517

Please sign in to comment.