Added missing _cid handling

pull/10703/head
Antti Kauppila 2019-06-02 18:55:50 +03:00
parent 83d62fbb9c
commit 7f199ceeef
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const char *AT_CellularStack::get_ip_address()
{
_at.lock();
_at.cmd_start_stop("+CGPADDR", "=");
_at.cmd_start_stop("+CGPADDR", "=", "%d", _cid);
_at.resp_start("+CGPADDR:");