Skip to content

Commit

Permalink
Fix: Switched SMS reception to PDU mode again, because there is a dat…
Browse files Browse the repository at this point in the history
…e parsing error.
  • Loading branch information
nitram2342 committed Dec 16, 2024
1 parent d699121 commit 5bf53f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/modem.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def _init_modem(self) -> bool:
self.status = "Check port renumbering - Exception."
return False

self.modem.smsTextMode = True # was False
self.modem.smsTextMode = False

self.l.debug(f"Connecting to GSM modem on {self.current_port}.")
self.status = "Connecting to modem."
Expand Down

0 comments on commit 5bf53f0

Please sign in to comment.