mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Refactor USE_AHT2x
This commit is contained in:
parent
e31fbcf283
commit
84b7acc059
@ -509,7 +509,7 @@ void ResponseAppendFeatures(void)
|
||||
#if defined(USE_ENERGY_SENSOR) && defined(USE_LE01MR)
|
||||
feature5 |= 0x08000000; // xnrg_13_fif_le01mr.ino
|
||||
#endif
|
||||
#if defined(USE_I2C) && defined(USE_AHT1x)
|
||||
#if defined(USE_I2C) && (defined(USE_AHT1x) || defined(USE_AHT2x))
|
||||
feature5 |= 0x10000000; // xsns_63_aht1x.ino
|
||||
#endif
|
||||
#if defined(USE_I2C) && defined(USE_WEMOS_MOTOR_V1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user