앞서 포스팅한 것처럼 SDK를 설치해보았다. 간략히 설치하는 방법을 설명하면 아래와 같다. (사실 https://github.com/SmartThingsCommunity/st-device-sdk-c-ref 에 자세히 나온다) 1. github 에서 소스코드 clone $ git clone https://github.com/SmartThingsCommunity/st-device-sdk-c-ref.git $ cd st-device-sdk-c-ref $ ./setup.sh esp8266 2. 크로스 컴파일러 설치 (https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/linux-setup.html 참조) $ sudo apt-get..