Skip to content

Commit 5f8f475

Browse files
author
Ari Parkkila
committed
Cellular: Fixed AT+COPN
1 parent 7bdfc07 commit 5f8f475

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
@@ -1265,7 +1265,7 @@ nsapi_error_t AT_CellularNetwork::get_operator_names(operator_names_list &op_nam
12651265
{
12661266
_at.lock();
12671267

1268-
_at.cmd_start("AT+COPN?");
1268+
_at.cmd_start("AT+COPN");
12691269
_at.cmd_stop();
12701270

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

0 commit comments

Comments
 (0)