nerves-networking / vintage_net_mobile

Mobile networking for VintageNet
Apache License 2.0
27 stars 11 forks source link

Handle malformed CREG responses #85

Closed fhunleth closed 3 years ago

fhunleth commented 3 years ago

This fixes warnings like the following:

20:16:49.863 [warn]  Unexpected AT+CREG? response: {:ok, "+CREG: ", [1, "xxxx", "xxxxxx", 7]}

This really looks like the "2" is missing from the response. The rest of the information looks fine.