Hello,
I have started with project JN-AN-1220-Zigbee-3-0-Sensors to build a Thermostat, but I get everytime a linking error and I do not understand why.
I have configured the zcl_options.h
#define CLD_THERMOSTAT
#define THERMOSTAT_SERVER
And also create
extern tsHA_ThermostatDevice sThermostat;
And added
#include "thermostat_device.h"
eZCL_Status = eHA_RegisterThermostatEndPoint(THERMOSTAT_SENSOR_ENDPOINT, fptr, &sThermostat);
I can see that the path for the libaries is correct, but anyway added it twice for testing, it has no effect.
