Skip to content

Commit 02340c2

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashio/sim767x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def _process_at_commands(self):
380380
self._run_at_callbacks = False
381381
self._lte_state = LteState.SIM_READY
382382

383-
if data.startswith("SIM7672G"):
383+
elif data.startswith("SIM7672G"):
384384
self._run_at_callbacks = False
385385
self._lte_state = LteState.SIM_READY
386386

0 commit comments

Comments
 (0)