Skip to content

BC28发送AT+CIMI命令前要加个2S延时,不然容易报错 #186

@yc961213911

Description

@yc961213911
   'rt_thread_mdelay(2000);
    /* check IMSI */
    if (at_obj_exec_cmd(device->client, resp, "AT+CIMI") != RT_EOK)
    {
        result = -RT_ERROR;
        LOG_E(">> AT+CIMI");
        goto __exit;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions