SmartThingsCommunity / st-device-sdk-c-ref

SmartThings SDK Reference for Direct Connected Devices for C
Apache License 2.0
124 stars 173 forks source link

#include "st_dev.h" is missing #123

Closed PannagSDesai closed 1 year ago

PannagSDesai commented 1 year ago

I was trying to flash switch_example on esp8266, but I am getting an error that the header file is missing. Am I missing something?

I have used build.py python method.

*ERROR*****

include "st_dev.h"

      ^~~~~~~~~~

compilation terminated. make[1]: [main.o] Error 1 make: [component-main-build] Error 2

PannagSDesai commented 1 year ago

alienatorZ had opened an issue and found the solution themselves, and I followed it and it works.