From 3d1df968a4b49c620496465e473e2a6901da8e6a Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 23 Oct 2021 14:46:26 +0200 Subject: [PATCH] revert changes to: tasmota/support_features.ino --- tasmota/support_features.ino | 3 --- 1 file changed, 3 deletions(-) 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 }