mirror of
https://github.com/espressif/openthread.git
synced 2026-07-15 16:44:09 +00:00
[cli] make output of panid consistent with input (#4028)
This commit is contained in:
+1
-1
@@ -1817,7 +1817,7 @@ void Interpreter::ProcessPanId(int argc, char *argv[])
|
||||
|
||||
if (argc == 0)
|
||||
{
|
||||
mServer->OutputFormat("%04x\r\n", otLinkGetPanId(mInstance));
|
||||
mServer->OutputFormat("0x%04x\r\n", otLinkGetPanId(mInstance));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user