From 061b8676198f619aa9154d155e629f64bde9e5b7 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 28 Jan 2022 11:25:55 +0300 Subject: [PATCH] Update tasmota_template_legacy.h Removed unexpected changes --- tasmota/tasmota_template_legacy.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasmota/tasmota_template_legacy.h b/tasmota/tasmota_template_legacy.h index 31982e511..4583a9783 100644 --- a/tasmota/tasmota_template_legacy.h +++ b/tasmota/tasmota_template_legacy.h @@ -87,8 +87,6 @@ enum LegacyUserSelectablePins { GPI8_LED4_INV, GPI8_MHZ_TXD, // MH-Z19 Serial interface GPI8_MHZ_RXD, // MH-Z19 Serial interface - GPI8_CM11_TXD, // CM110x Serial interface - GPI8_CM11_RXD, // CM110x Serial interface GPI8_PZEM0XX_TX, // PZEM0XX Serial interface GPI8_PZEM004_RX, // PZEM004T Serial interface GPI8_SAIR_TX, // SenseAir Serial interface @@ -319,8 +317,6 @@ const uint16_t kGpioConvert[] PROGMEM = { AGPIO(GPIO_LED1_INV) +3, AGPIO(GPIO_MHZ_TXD), // MH-Z19 Serial interface AGPIO(GPIO_MHZ_RXD), - AGPIO(GPIO_CM11_TXD), // CM110x Serial interface - AGPIO(GPIO_CM11_RXD), AGPIO(GPIO_PZEM0XX_TX), // PZEM0XX Serial interface AGPIO(GPIO_PZEM004_RX), // PZEM004T Serial interface AGPIO(GPIO_SAIR_TX), // SenseAir Serial interface