diff --git a/tasmota/support_features.ino b/tasmota/support_features.ino index 70f1f073a..5b5eaf671 100644 --- a/tasmota/support_features.ino +++ b/tasmota/support_features.ino @@ -320,9 +320,6 @@ void ResponseAppendFeatures(void) #endif #ifdef USE_TM1638 feature3 |= 0x80000000; // xsns_28_tm1638.ino -#endif -#if defined(USE_ENERGY_SENSOR) && defined(USE_SDM230) - feature3 |= 0x100000000; // xnrg_21_sdm230.ino #endif }