Skip to content

Adding the universe number to the MAC Address not able to send data #29

@JonG98

Description

@JonG98

Had to remove the +universe and set the MAC ID address statically to be able to communicate to the rf minimalist shield.

Change from:
static uint8_t mac[] = { 0x12, 0x34, 0x56, 0x00, 0x00, 0x00 + universe};
To:
static uint8_t mac[] = { 0x12, 0x34, 0x56, 0x00, 0x00, 0x01};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions