From 66ac4977c02255a5cb3a6413a98608929191482d Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 23 Oct 2021 15:16:35 +0200 Subject: [PATCH] fixed some type: tasmota/tasmota_configurations_ESP32.h moved AGPIO(GPIO_SDM230_XX) to the end: tasmota/tasmota_template_legacy.h --- tasmota/tasmota_configurations_ESP32.h | 1 + tasmota/tasmota_template_legacy.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tasmota/tasmota_configurations_ESP32.h b/tasmota/tasmota_configurations_ESP32.h index b9296e2a4..bc6620370 100644 --- a/tasmota/tasmota_configurations_ESP32.h +++ b/tasmota/tasmota_configurations_ESP32.h @@ -1,3 +1,4 @@ +/* tasmota_configurations_ESP32.h - ESP32 only Configurations for Tasmota Copyright (C) 2021 Theo Arends diff --git a/tasmota/tasmota_template_legacy.h b/tasmota/tasmota_template_legacy.h index 6a3115187..063872508 100644 --- a/tasmota/tasmota_template_legacy.h +++ b/tasmota/tasmota_template_legacy.h @@ -473,9 +473,9 @@ const uint16_t kGpioConvert[] PROGMEM = { AGPIO(GPIO_IEM3000_TX), // IEM3000 Serial interface AGPIO(GPIO_IEM3000_RX), // IEM3000 Serial interface AGPIO(GPIO_ZIGBEE_RST), // Zigbee reset + AGPIO(GPIO_DYP_RX), AGPIO(GPIO_SDM230_TX), // SDM230 Serial interface - AGPIO(GPIO_SDM230_RX), // SDM230 Serial interface - AGPIO(GPIO_DYP_RX) + AGPIO(GPIO_SDM230_RX) // SDM230 Serial interface }; /********************************************************************************************/