Update tasmota_configurations_ESP32.h

This commit is contained in:
Theo Arends 2021-02-11 17:06:47 +01:00 committed by GitHub
parent 9b026fb96c
commit 2a9a42a753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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