From d048c9328a3bd1cda7dd80670a452235f7e62e07 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 17 Aug 2020 15:34:38 +0200 Subject: [PATCH] Update tasmota_template_ESP32.h --- tasmota/tasmota_template_ESP32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_template_ESP32.h b/tasmota/tasmota_template_ESP32.h index 846d7a105..698862f15 100644 --- a/tasmota/tasmota_template_ESP32.h +++ b/tasmota/tasmota_template_ESP32.h @@ -554,7 +554,7 @@ const uint16_t kGpioNiceList[] PROGMEM = { AGPIO(GPIO_HRXL_RX), #endif #ifdef USE_DYP - GPIO_DYP_RX, + AGPIO(GPIO_DYP_RX), #endif #ifdef USE_AS3935 AGPIO(GPIO_AS3935),