Skip to content

Commit

Permalink
set COPS timeout to 180s when locking to NBIoT
Browse files Browse the repository at this point in the history
  • Loading branch information
ftylitak committed May 10, 2023
1 parent 1d48506 commit f9b0880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insighioNode/lib/networking/modem/modem_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def init(self, ip_version, apn, technology):

self.set_technology(technology)
if technology.lower() == "nbiot":
self.send_at_cmd("AT+COPS=1,2,20201,9")
self.send_at_cmd("AT+COPS=1,2,20201,9", 180000)
else:
self.send_at_cmd("AT+COPS=0", 180000)

Expand Down

0 comments on commit f9b0880

Please sign in to comment.