We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc6b62 commit 0e270daCopy full SHA for 0e270da
1 file changed
dashio/sim767x.py
@@ -380,6 +380,10 @@ def _process_at_commands(self):
380
self._run_at_callbacks = False
381
self._lte_state = LteState.SIM_READY
382
383
+ if data.startswith("SIM7672G"):
384
+ self._run_at_callbacks = False
385
+ self._lte_state = LteState.SIM_READY
386
+
387
elif data.startswith(("+CREG:", "+CEREG:", "+CGREG:")): # Network Registration Status
388
result_arr = result_str.split(',')
389
if len(result_arr) == 1: # Unsolicited response
0 commit comments