From 7049c33b40a9dd3b3c7b71130056d1bc9a9b9afd Mon Sep 17 00:00:00 2001 From: Ian King Date: Wed, 18 Mar 2020 10:58:19 +0000 Subject: [PATCH] Disable ELECTRIQ_MOODL by default as it's a niche product --- BUILDS.md | 2 +- tasmota/tasmota_post.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDS.md b/BUILDS.md index f63d29bb8..d1ac73db9 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -53,7 +53,7 @@ | USE_SM16716 | - | - | x | x | x | - | x | | USE_SM2135 | - | - | x | x | x | - | x | | USE_SONOFF_L1 | - | - | x | x | x | - | x | -| USE_ELECTRIQ_MOODL | - | - | x | x | x | - | x | +| USE_ELECTRIQ_MOODL | - | - | - | - | - | - | - | | | | | | | | | | | USE_ENERGY_SENSOR | - | x | x | x | x | - | - | | USE_PZEM004T | - | - | x | x | x | - | - | diff --git a/tasmota/tasmota_post.h b/tasmota/tasmota_post.h index aaa3e8a89..dfdf6f3f8 100644 --- a/tasmota/tasmota_post.h +++ b/tasmota/tasmota_post.h @@ -134,7 +134,7 @@ extern "C" void custom_crash_callback(struct rst_info * rst_info, uint32_t stack #define USE_SM16716 // Add support for SM16716 RGB LED controller (+0k7 code) #define USE_SM2135 // Add support for SM2135 RGBCW led control as used in Action LSC (+0k6 code) #define USE_SONOFF_L1 // Add support for Sonoff L1 led control -#define USE_ELECTRIQ_MOODL // Add support for ElectriQ iQ-wifiMOODL RGBW LED controller +//#define USE_ELECTRIQ_MOODL // Add support for ElectriQ iQ-wifiMOODL RGBW LED controller #define USE_COUNTER // Enable counters #undef USE_ADC_VCC // Add Analog input on selected devices