From 2a9a42a7536fa7b8170054d42cce137e8c81f807 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 11 Feb 2021 17:06:47 +0100 Subject: [PATCH] Update tasmota_configurations_ESP32.h --- tasmota/tasmota_configurations_ESP32.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index d3641e862..951d63e41 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -128,18 +128,17 @@ #define CODE_IMAGE_STR "bluetooth" #undef MODULE -#define MODULE BLUETOOTH // [Module] Select default module from tasmota_template.h +#define MODULE WEMOS // [Module] Select default module from tasmota_template.h #undef FALLBACK_MODULE -#define FALLBACK_MODULE BLUETOOTH // [Module2] Select default module on fast reboot where USER_MODULE is user template +#define FALLBACK_MODULE WEMOS // [Module2] Select default module on fast reboot where USER_MODULE is user template -#define USE_BLUETOOTH // Add support for BLUETOOTH #define USE_UFILESYS #define USE_SDCARD #define GUI_TRASH_FILE #define USE_ADC #define USE_BLE_ESP32 // Enable new BLE driver #define USE_MI_ESP32 // (ESP32 only) Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) -#endif // FFIRMWARE_BLE +#endif // FIRMWARE_BLUETOOTH #endif // ESP32