While use JN-AN-1216-Zigbee-3-0-IoT-ControlBridge Project act to Coordinator node, I found a macro definition in the file as follows
#ifdef NETWORK_RECOVERY
#include "app_network_recovery.h"
#endif
If in file define NETWORK_RECOVERY macro, the compiler will prompt for an error, is remind not found "app_network_recovery.h" file, the "app_network_recovery.h" file in where can found. If I want to recovery network, what should I do ?