Update tasmota_configurations_ESP32.h

This commit is contained in:
Christian Baars 2022-01-17 19:56:15 +01:00 committed by GitHub
parent e58d1e3018
commit c38784bf2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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
/*********************************************************************************************\