From c38784bf2d673c7edb86586955ff1b786aaab122 Mon Sep 17 00:00:00 2001 From: Christian Baars Date: Mon, 17 Jan 2022 19:56:15 +0100 Subject: [PATCH] Update tasmota_configurations_ESP32.h --- tasmota/tasmota_configurations_ESP32.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index bc6620370..20600a4d2 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -184,6 +184,12 @@ #define USE_BLE_ESP32 // Enable new BLE driver #define USE_EQ3_ESP32 #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 +#endif //USE_MI_ESP32 #endif // FIRMWARE_BLUETOOTH /*********************************************************************************************\