Cellular: Fixed AT+COPN

pull/7788/head
Ari Parkkila 2018-08-14 04:47:58 -07:00
parent 7bdfc07954
commit 5f8f47590f
1 changed files with 1 additions and 1 deletions

View File

@ -1265,7 +1265,7 @@ nsapi_error_t AT_CellularNetwork::get_operator_names(operator_names_list &op_nam
{
_at.lock();
_at.cmd_start("AT+COPN?");
_at.cmd_start("AT+COPN");
_at.cmd_stop();
_at.resp_start("+COPN:");