mirror of https://github.com/ARMmbed/mbed-os.git
Added missing _cid handling
parent
83d62fbb9c
commit
7f199ceeef
|
@ -59,7 +59,7 @@ const char *AT_CellularStack::get_ip_address()
|
||||||
{
|
{
|
||||||
_at.lock();
|
_at.lock();
|
||||||
|
|
||||||
_at.cmd_start_stop("+CGPADDR", "=");
|
_at.cmd_start_stop("+CGPADDR", "=", "%d", _cid);
|
||||||
|
|
||||||
_at.resp_start("+CGPADDR:");
|
_at.resp_start("+CGPADDR:");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue