mirror of
https://github.com/espressif/openthread.git
synced 2026-08-29 21:39:54 +00:00
[meshcop] use IEEE EUI-64 rather than Joiner ID on user input (#2311)
This commit is contained in:
@@ -211,7 +211,7 @@ public:
|
||||
uint64_t get()
|
||||
{
|
||||
uint64_t addr;
|
||||
otLinkGetJoinerId(DeviceInstance, (otExtAddress*)&addr);
|
||||
otJoinerGetId(DeviceInstance, (otExtAddress*)&addr);
|
||||
return addr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user