mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
fix homekit enable
This commit is contained in:
parent
7aacdf4fbe
commit
85e8d05f68
@ -1049,4 +1049,8 @@
|
|||||||
#define USE_TLS // flag indicates we need to include TLS code
|
#define USE_TLS // flag indicates we need to include TLS code
|
||||||
#endif // USE_MQTT_TLS
|
#endif // USE_MQTT_TLS
|
||||||
|
|
||||||
|
#if(USE_MI_HOMEKIT != 1) // Enable(1)/ Disable(0) Homekit, only for the .c-file
|
||||||
|
#undef USE_MI_HOMEKIT
|
||||||
|
#endif //USE_MI_HOMEKIT
|
||||||
|
|
||||||
#endif // _TASMOTA_CONFIGURATIONS_H_
|
#endif // _TASMOTA_CONFIGURATIONS_H_
|
||||||
|
@ -184,12 +184,8 @@
|
|||||||
#define USE_BLE_ESP32 // Enable new BLE driver
|
#define USE_BLE_ESP32 // Enable new BLE driver
|
||||||
#define USE_EQ3_ESP32
|
#define USE_EQ3_ESP32
|
||||||
#define USE_MI_ESP32 // (ESP32 only) Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash)
|
#define USE_MI_ESP32 // (ESP32 only) Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash)
|
||||||
#ifdef USE_MI_ESP32
|
|
||||||
#if(USE_MI_HOMEKIT != 1) //only for the .c-file
|
|
||||||
#undef USE_MI_HOMEKIT
|
|
||||||
#endif //USE_MI_HOMEKIT
|
|
||||||
#define USE_MI_EXT_GUI //enable dashboard style GUI
|
#define USE_MI_EXT_GUI //enable dashboard style GUI
|
||||||
#endif //USE_MI_ESP32
|
|
||||||
#endif // FIRMWARE_BLUETOOTH
|
#endif // FIRMWARE_BLUETOOTH
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user