From 3ba70de2e73e70f59a0e9c88964c7851893c7428 Mon Sep 17 00:00:00 2001 From: Chris Pearson Date: Sat, 28 May 2022 15:26:45 -0700 Subject: [PATCH 1/3] Clarify the use of #define USE_IBEACON_ESP32 A fix to the comment text for `#define USE_IBEACON_ESP32` and `#define USE_IBEACON`: - There was no description for `#define USE_IBEACON_ESP32`, so text was added to clarify it is the define to use for the ESP32 internal Bluetooth radio - Indentation was added to `#define USE_IBEACON_ESP32` and `#define USE_IBEACON` to clarify that the `USE_BLE_ESP32` define is required. --- tasmota/my_user_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index c34edb489..94d3e7eac 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -1024,10 +1024,10 @@ //#define USE_SPI // Add support for hardware SPI //#define USE_MI_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) -//#define USE_BLE_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2? mem, +292k? flash) +#define USE_BLE_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2? mem, +292k? flash) //#define BLE_ESP32_ENABLE false // [SetOption115] Default value for SetOption115 //#define USE_IBEACON // Add support for bluetooth LE passive scan of ibeacon devices (uses HM17 module) -//#define USE_IBEACON_ESP32 +#define USE_IBEACON_ESP32 //#define USE_WEBCAM // Add support for webcam #define USE_AUTOCONF // Enable Esp32 autoconf feature, requires USE_BERRY and USE_WEBCLIENT_HTTPS (12KB Flash) From b8e12aee1cacec6a87bddf8bc359e6ec3ecb7490 Mon Sep 17 00:00:00 2001 From: Chris Pearson Date: Sat, 28 May 2022 16:19:27 -0700 Subject: [PATCH 2/3] Clarify the use of #define USE_IBEACON_ESP32 A fix to the comment text for `#define USE_IBEACON_ESP32` and `#define USE_IBEACON`: - There was no description for `#define USE_IBEACON_ESP32`, so text was added to clarify it is the define to use for the ESP32 internal Bluetooth radio - Indentation was added to `#define USE_IBEACON_ESP32` and `#define USE_IBEACON` to clarify that the `USE_BLE_ESP32` define is required. --- tasmota/my_user_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 94d3e7eac..fe0c9da1a 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -1026,8 +1026,8 @@ //#define USE_MI_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) #define USE_BLE_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2? mem, +292k? flash) //#define BLE_ESP32_ENABLE false // [SetOption115] Default value for SetOption115 -//#define USE_IBEACON // Add support for bluetooth LE passive scan of ibeacon devices (uses HM17 module) -#define USE_IBEACON_ESP32 + //#define USE_IBEACON // Add support for Bluetooth LE passive scan of iBeacon devices (uses HM17 module) + //#define USE_IBEACON_ESP32 // Add support for Bluetooth LE passive scan of iBeacon devices using the internal ESP32 Bluetooth module //#define USE_WEBCAM // Add support for webcam #define USE_AUTOCONF // Enable Esp32 autoconf feature, requires USE_BERRY and USE_WEBCLIENT_HTTPS (12KB Flash) From c478d10cd0b7f0f8841ea2aa65daf661f8cf2c9f Mon Sep 17 00:00:00 2001 From: Chris Pearson Date: Sat, 28 May 2022 16:20:37 -0700 Subject: [PATCH 3/3] Clarify the use of #define USE_IBEACON_ESP32 A fix to the comment text for `#define USE_IBEACON_ESP32` and `#define USE_IBEACON`: - There was no description for `#define USE_IBEACON_ESP32`, so text was added to clarify it is the define to use for the ESP32 internal Bluetooth radio - Indentation was added to `#define USE_IBEACON_ESP32` and `#define USE_IBEACON` to clarify that the `USE_BLE_ESP32` define is required. --- tasmota/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index fe0c9da1a..e513d6595 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -1024,7 +1024,7 @@ //#define USE_SPI // Add support for hardware SPI //#define USE_MI_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) -#define USE_BLE_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2? mem, +292k? flash) +//#define USE_BLE_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2? mem, +292k? flash) //#define BLE_ESP32_ENABLE false // [SetOption115] Default value for SetOption115 //#define USE_IBEACON // Add support for Bluetooth LE passive scan of iBeacon devices (uses HM17 module) //#define USE_IBEACON_ESP32 // Add support for Bluetooth LE passive scan of iBeacon devices using the internal ESP32 Bluetooth module