maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.1k stars 168 forks source link

Combine button and temperature sensor #146

Closed brisbaneeastcoast closed 4 years ago

brisbaneeastcoast commented 4 years ago

Hi,

I'm trying to combine the button project and the temperature_sensor project. I copied everthing from the build directory of the temperature_sensor project to the build folder of the button project. If I try to upload, the compiler says: fatal error: No such dile or directory #include

Do I have to update some build settings or something like that ?

Whould be great if someone can help me with this problem. Unbenannt

maximkulkin commented 4 years ago

Button example depends on esp-button library which you need to depend upon in Makefile

brisbaneeastcoast commented 4 years ago

Thank you I just forgot the lines in the makefile.