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 }; /********************************************************************************************/