You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nsapi_connection_status_t st = nw->get_connection_status();
191
+
nsapi_connection_status_t st = ctx->get_connection_status();
192
192
TEST_ASSERT(st == NSAPI_STATUS_DISCONNECTED);
193
193
194
194
// TELIT_HE910 and QUECTEL_BG96 just gives an error and no specific error number so we can't know is this real error or that modem/network does not support the command
0 commit comments