mirror of https://github.com/arendst/Tasmota.git
Update support_features.ino
This commit is contained in:
parent
fbd2216d09
commit
84a2da2ee2
|
@ -516,7 +516,6 @@ void GetFeatures(void)
|
||||||
#ifdef USE_AHT1x
|
#ifdef USE_AHT1x
|
||||||
feature5 |= 0x10000000; // xsns_63_aht1x.ino
|
feature5 |= 0x10000000; // xsns_63_aht1x.ino
|
||||||
#endif
|
#endif
|
||||||
// feature5 |= 0x10000000;
|
|
||||||
// feature5 |= 0x20000000;
|
// feature5 |= 0x20000000;
|
||||||
// feature5 |= 0x40000000;
|
// feature5 |= 0x40000000;
|
||||||
// feature5 |= 0x80000000;
|
// feature5 |= 0x80000000;
|
||||||
|
|
Loading…
Reference in New Issue