We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4886c commit 2828bb9Copy full SHA for 2828bb9
libraries/OpenThread/src/OThread.cpp
@@ -335,6 +335,8 @@ void OpenThread::otPrintNetworkInformation(Stream &output) {
335
336
output.printf("Role: %s", otGetStringDeviceRole());
337
output.println();
338
+ output.printf("RLOC16: 0x%04x", otThreadGetRloc16(mInstance)); // RLOC16
339
+ output.println();
340
output.printf("Network Name: %s", otThreadGetNetworkName(mInstance));
341
342
output.printf("Channel: %d", otLinkGetChannel(mInstance));
0 commit comments