From 89e7822975b517ea7496c9a9fc097ab76b0dad20 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 11 Aug 2020 14:17:59 +0200 Subject: [PATCH] Fix ESP32 Windmeter and OpenTherm support Fix ESP32 Windmeter and OpenTherm GPIO support (#9068) --- tasmota/tasmota_template_ESP32.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasmota/tasmota_template_ESP32.h b/tasmota/tasmota_template_ESP32.h index de83776e9..858cc14d3 100644 --- a/tasmota/tasmota_template_ESP32.h +++ b/tasmota/tasmota_template_ESP32.h @@ -480,7 +480,7 @@ const uint16_t kGpioNiceList[] PROGMEM = { AGPIO(GPIO_TX2X_TXD_BLACK), // TX20/TX23 Transmission Pin #endif #ifdef USE_WINDMETER - GPIO_WINDMETER_SPEED, + AGPIO(GPIO_WINDMETER_SPEED), #endif #ifdef USE_MP3_PLAYER AGPIO(GPIO_MP3_DFR562), // RB-DFR-562, DFPlayer Mini MP3 Player Serial interface @@ -515,8 +515,8 @@ const uint16_t kGpioNiceList[] PROGMEM = { AGPIO(GPIO_HM10_RX), // GPS serial interface #endif #ifdef USE_OPENTHERM - GPIO_BOILER_OT_TX, - GPIO_BOILER_OT_RX, + AGPIO(GPIO_BOILER_OT_TX), + AGPIO(GPIO_BOILER_OT_RX), #endif #ifdef USE_MGC3130