Skip to content

No payload in the response of EraseSlot command #54

@StarCycle

Description

@StarCycle

Console::log("Are you sure(13)?");

It's a small problem. When you send the EraseSlot command '18 1 8 1', you will get a response '18 2 X'. The 'X' is a value in the memory address and depends on the last response.

The reason of this issue is that the payload_size is set to 1, but actually there is no payload for this command. If 'X' indicates there is an error, no worry.

To solve this issue, simply add:
payload_data[0] = NO_ERROR;

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