Skip to content

Commit e649bea

Browse files
author
Cruz Monrreal
authored
Merge pull request #7788 from AriParkkila/cell-copn
Cellular: Fixed AT+COPN
2 parents 7b29f7d + 5f8f475 commit e649bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/AT_CellularNetwork.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ nsapi_error_t AT_CellularNetwork::get_operator_names(operator_names_list &op_nam
12981298
{
12991299
_at.lock();
13001300

1301-
_at.cmd_start("AT+COPN?");
1301+
_at.cmd_start("AT+COPN");
13021302
_at.cmd_stop();
13031303

13041304
_at.resp_start("+COPN:");

0 commit comments

Comments
 (0)