mirror of
https://github.com/espressif/openthread.git
synced 2026-09-06 01:00:09 +00:00
Support network diagnostic feature. (#652)
* support network diagnostic * add network diagnostic THCI implementation
This commit is contained in:
@@ -126,6 +126,9 @@ void otPlatLog(otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat
|
||||
case kLogRegionMeshCoP:
|
||||
LOG_PRINTF("MCOP ");
|
||||
break;
|
||||
|
||||
case kLogRegionNetDiag:
|
||||
LOG_PRINTF("NDG ");
|
||||
}
|
||||
|
||||
va_start(args, aFormat);
|
||||
|
||||
Reference in New Issue
Block a user