Merge pull request #7788 from AriParkkila/cell-copn

Cellular: Fixed AT+COPN
pull/7881/merge
Cruz Monrreal 2018-08-29 09:38:13 -05:00 committed by GitHub
commit e649beac5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1298,7 +1298,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:");