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