disable test MAC
This commit is contained in:
parent
2abb9e8b33
commit
90f6855ebc
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ static void set_mac(void)
|
|||
{
|
||||
extern uint8 ownPublicAddr[LL_DEVICE_ADDR_LEN];
|
||||
uint8 * p = &attDeviceName[5];
|
||||
#if 0 // =0 - test!
|
||||
#if 1 // =0 - test!
|
||||
uint16 len;
|
||||
if(hal_fs_item_read(0xACAD, ownPublicAddr, LL_DEVICE_ADDR_LEN, &len) != PPlus_SUCCESS) {
|
||||
LL_Rand(ownPublicAddr,3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue