maximkulkin / esp-homekit-demo

Demo of Apple HomeKit accessory server library
MIT License
808 stars 233 forks source link

Example temerature_sensor #83

Closed WimVanHonacker closed 5 years ago

WimVanHonacker commented 6 years ago

Hello, I tried to make the temerature_sensor bin file for ESP8266. I've got an error that dht.h not erxists. Where can i find this file?

maximkulkin commented 6 years ago

dht.h comes with esp-open-rtos as an extra library. You need to install esp-open-rtos and set SDK_PATH environment variable pointing to that repository checkout. See instructions in README.

dachoeks3 commented 6 years ago

check out these detailed instructions https://github.com/OtakuDigitChoc/esp-homekit-demo-stepByStep