revert changes to: tasmota/support_features.ino

This commit is contained in:
Marcus 2021-10-23 14:46:26 +02:00
parent 8bc06238f3
commit 3d1df968a4
1 changed files with 0 additions and 3 deletions

View File

@ -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
}