Modem reset
-
I discovered that if you reset the modem, an undocumented LTE.reconnect_uart() call is needed. Hope this helps others.
lte = LTE() # ... lte.reset() LTE.reconnect_uart() lte.init() #... # things work here that would not work before