Skip to content

Commit 0e270da

Browse files
author
James Boulton
committed
simcom testing
1 parent adc6b62 commit 0e270da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dashio/sim767x.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ def _process_at_commands(self):
380380
self._run_at_callbacks = False
381381
self._lte_state = LteState.SIM_READY
382382

383+
if data.startswith("SIM7672G"):
384+
self._run_at_callbacks = False
385+
self._lte_state = LteState.SIM_READY
386+
383387
elif data.startswith(("+CREG:", "+CEREG:", "+CGREG:")): # Network Registration Status
384388
result_arr = result_str.split(',')
385389
if len(result_arr) == 1: # Unsolicited response

0 commit comments

Comments
 (0)