We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe9bfc commit 23986f1Copy full SHA for 23986f1
features/cellular/framework/AT/AT_CellularContext.cpp
@@ -757,10 +757,7 @@ void AT_CellularContext::check_and_deactivate_context()
757
}
758
759
if (_new_context_set) {
760
- _at.clear_error();
761
- _at.cmd_start("AT+CGDCONT=");
762
- _at.write_int(_cid);
763
- _at.cmd_stop_read_resp();
+ delete_current_context();
764
765
766
_at.restore_at_timeout();
0 commit comments