maximkulkin / esp32-homekit-camera

Firmware for esp32-camera module to act as Apple Homekit IP camera
MIT License
394 stars 78 forks source link

Connect temperature sensor #89

Open Hcreak opened 3 years ago

Hcreak commented 3 years ago

I want to add DHT11 temperature and humidity sensor based on this. What do I need to do? Are there any good ideas? Thanks

rottenhowler commented 3 years ago

One idea is to code support for DHT11 into firmware. How about that?

Hcreak commented 3 years ago

One idea is to code support for DHT11 into firmware. How about that?

That’s right. I mean the same, but I don’t know where to insert the code without conflict.