Update homekit.c

This commit is contained in:
gemu2015 2021-03-13 13:28:33 +01:00
parent 699ec7b394
commit e265f3884b

View File

@ -24,6 +24,10 @@
/* HomeKit Smart Outlet Example /* HomeKit Smart Outlet Example
*/ */
//#define USE_HOMEKIT
#ifdef USE_HOMEKIT
#ifdef ESP32 #ifdef ESP32
#include <Arduino.h> #include <Arduino.h>
@ -722,3 +726,4 @@ void homekit_main(char *desc, uint32_t flag ) {
} }
#endif // ESP32 #endif // ESP32
#endif // USE_HOMEKIT