From a268e11680118e29af82039cdc4e21c74b99dc80 Mon Sep 17 00:00:00 2001 From: hk2k2 <70974088+hk2k2@users.noreply.github.com> Date: Sun, 11 Jul 2021 16:44:56 +0200 Subject: [PATCH] Update support_features.ino --- tasmota/support_features.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/support_features.ino b/tasmota/support_features.ino index aff6030e3..661315c00 100644 --- a/tasmota/support_features.ino +++ b/tasmota/support_features.ino @@ -364,7 +364,7 @@ void ResponseAppendFeatures(void) #if defined(USE_ENERGY_SENSOR) && defined(USE_PZEM_DC) feature4 |= 0x00001000; // xnrg_06_pzem_dc.ino #endif -#if defined(USE_TX20_WIND_SENSOR) || defined(USE_TX23_WIND_SENSOR) +#if defined(USE_TX20_WIND_SENSOR) || defined(USE_TX23_WIND_SENSOR) || defined(USE_WS2300_WIND_SENSOR) feature4 |= 0x00002000; // xsns_35_tx20.ino #endif #if defined(USE_I2C) && defined(USE_MGC3130)