mirror of https://github.com/arendst/Tasmota.git
Merge pull request #15711 from pearson/iBeacon-comment-clarification
Clarify the use of #define USE_IBEACON_ESP32
This commit is contained in:
commit
8f2ea61713
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue