mirror of https://github.com/arendst/Tasmota.git
revert changes to: tasmota/support_features.ino
This commit is contained in:
parent
8bc06238f3
commit
3d1df968a4
|
@ -320,9 +320,6 @@ void ResponseAppendFeatures(void)
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_TM1638
|
#ifdef USE_TM1638
|
||||||
feature3 |= 0x80000000; // xsns_28_tm1638.ino
|
feature3 |= 0x80000000; // xsns_28_tm1638.ino
|
||||||
#endif
|
|
||||||
#if defined(USE_ENERGY_SENSOR) && defined(USE_SDM230)
|
|
||||||
feature3 |= 0x100000000; // xnrg_21_sdm230.ino
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue