mirror of https://github.com/arendst/Tasmota.git
Update support_features.ino
This commit is contained in:
parent
583f08672e
commit
fcc59df10f
|
@ -514,7 +514,7 @@ void GetFeatures(void)
|
|||
feature5 |= 0x08000000; // xnrg_13_fif_le01mr.ino
|
||||
#endif
|
||||
#ifdef USE_AHT10
|
||||
feature5 |= 0x10000000; // xsns_64_dht12.ino
|
||||
feature5 |= 0x10000000; // xsns_64_aht10.ino
|
||||
#endif
|
||||
// feature5 |= 0x10000000;
|
||||
// feature5 |= 0x20000000;
|
||||
|
|
Loading…
Reference in New Issue