From 8ef5ad0204b5bc11a0bd834ab5764a31d4d78cd8 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 7 Feb 2020 10:41:38 +0100 Subject: [PATCH] Disable HM-10 by default --- 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 0e01ffb8c..58bd6e7a5 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -542,7 +542,7 @@ //#define USE_IBEACON // Add support for bluetooth LE passive scan of ibeacon devices (uses HM17 module) //#define USE_GPS // Add support for GPS and NTP Server for becoming Stratus 1 Time Source (+ 3.1kb flash, +132 bytes RAM) // #define USE_FLOG // Add support for GPS logging in OTA's Flash (Experimental) (+ 2.9kb flash, +8 bytes RAM) -#define USE_HM10 // Add support for HM-10 as a BLE-bridge for the LYWSD03 (+... code) +//#define USE_HM10 // Add support for HM-10 as a BLE-bridge for the LYWSD03 (+... code) // -- Power monitoring sensors -------------------- #define USE_ENERGY_MARGIN_DETECTION // Add support for Energy Margin detection (+1k6 code)