peeveeone / ZLL_Lights

Custom Zigbee Light Link Lights
190 stars 47 forks source link

Resolved : Build error ‘zps_msgMcpsDcfm’ undeclared here #1

Open gerardwr opened 5 years ago

gerardwr commented 5 years ago

The code in this Git was built for an older NXP SDK, and will not build with the latest SDK.

Some background here : https://peeveeone.com/?p=405#comment-302

I replaced this file https://github.com/peeveeone/ZLL_Lights/blob/master/Common_Light/Source/App_ZLL_Light_JN516x.oscfgdiag

with this file https://github.com/someone42/ZLL_Lights/blob/72c697e59572225fdc072ea05143facd7aaf7222/Common_Light/Source/App_ZLL_Light_JN516x.oscfgdiag

Then the code will build with the latest SDK.

Thx to @someone42 for sharing his code!