dingBle icon indicating copy to clipboard operation
dingBle copied to clipboard

system_api: Base MAC must be a unicast MAC

Open hldh214 opened this issue 2 years ago • 0 comments

uint8_t bleMac[6] = {0x2D, 0xA3, 0xE3, 0x1E, 0xE5, 0xBC};

// ...

esp_base_mac_addr_set(bleMac);  // 这行报错
// E (13) system_api: Base MAC must be a unicast MAC

hldh214 avatar Feb 28 '22 12:02 hldh214