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 ?
Hi, Li
Currently , network recovery feature is not officially released in AN1216.
Hi,
When I try in Makefile define
NETWORK_RECOVERY = 1
An error occurs at compile time, below:
c:/NXP/Application/JN-AN-1216-Zigbee-3-0-IoT-ControlBridge/Source/ZigbeeNodeControlBridge/app_Znc_cmds.c:64:34: fatal error: app_network_recovery.h: No such file or directory
compilation terminated.
make: *** [app_Znc_cmds.o] Error 1
This question need remove "app_network_recovery.h" file, Then recompile?
Regards,
Liqidong
Hi,
Please define the NETWORK_RECOVERY=1 in the Makefile.
###############################################################################
# commands options
# enable optional commands as required per applicaion.
NETWORK_RECOVERY = 1
STACK_MEASURE ?= 0
APP_AHI_CONTROL ?= 1
###############################################################################
Regards,
Mario
Hi Mario,
Where do I can find app_network_recovery.c file?
Hi Giau,
Network recovery feature is not officially released in AN1216.
Mario