Skip to content

at_utils.c 对于多client的情况下 send_buf 和last_cmd_len 变量冲突 #22

@Yohozzy

Description

@Yohozzy

last_cmd_len = vsnprintf(send_buf, sizeof(send_buf), format, args);

多个client都在通信的情况 接口获取的这两个变量可能是另一个client最近发送的AT指令. 而不是发生错误的的AT指令

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions