SmartThingsCommunity / st-device-sdk-c-ref

SmartThings SDK Reference for Direct Connected Devices for C
Apache License 2.0
119 stars 172 forks source link

Kconfig not working for ESP8266 #64

Closed momo1 closed 3 years ago

momo1 commented 3 years ago

Hi,

The Smartthings Kconfig file is not being picked up when using ESP8266 (works fine for ESP32). I copied the Kconfig from iot-core/src to my project's main/ so that menuconfig would pick it up. It's either that or define all the config variables manually, including "STDK_IOT_CORE" without which the source code won't even compile.

Kwang-Hui commented 3 years ago

Hi, Could you try like below?

$ python build.py apps/esp8266/switch_example/ menuconfig

Component config --> SmartThings IoT Core

image image

Kwang-Hui commented 3 years ago

This issue is closing now. Please re-open if you still have this problem.

Thanks.