From 11ffd24d7551a8f33e6465054ff471e0a3b55547 Mon Sep 17 00:00:00 2001 From: hk2k2 <70974088+hk2k2@users.noreply.github.com> Date: Sun, 11 Jul 2021 16:46:20 +0200 Subject: [PATCH] Update tasmota_template.h --- tasmota/tasmota_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_template.h b/tasmota/tasmota_template.h index c7b901e26..d9beffa07 100644 --- a/tasmota/tasmota_template.h +++ b/tasmota/tasmota_template.h @@ -740,7 +740,7 @@ const uint16_t kGpioNiceList[] PROGMEM = { AGPIO(GPIO_PMS5003_TX), // Plantower PMS5003 Serial interface AGPIO(GPIO_PMS5003_RX), // Plantower PMS5003 Serial interface #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) AGPIO(GPIO_TX2X_TXD_BLACK), // TX20/TX23 Transmission Pin #endif #ifdef USE_WINDMETER