mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Update homekit.c
This commit is contained in:
parent
699ec7b394
commit
e265f3884b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user