From 06350618b7a312be04fc90578880e9c00ca78577 Mon Sep 17 00:00:00 2001 From: eeak Date: Sat, 29 Oct 2022 16:12:10 +0300 Subject: [PATCH] cleanup tasmota_template.h --- tasmota/include/tasmota_template.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasmota/include/tasmota_template.h b/tasmota/include/tasmota_template.h index 76977bde0..831115456 100644 --- a/tasmota/include/tasmota_template.h +++ b/tasmota/include/tasmota_template.h @@ -198,9 +198,7 @@ enum UserSelectablePins { GPIO_ADE7953_RST, // ADE7953 Reset GPIO_NRG_MBS_TX, GPIO_NRG_MBS_RX, // Generic Energy Modbus device GPIO_ADE7953_CS, // ADE7953 SPI Chip Select -#ifdef ESP32 GPIO_DALI_RX, GPIO_DALI_TX, // Dali -#endif GPIO_SENSOR_END }; // Error as warning to rethink GPIO usage with max 2045 @@ -446,9 +444,7 @@ const char kSensorNames[] PROGMEM = D_SENSOR_ADE7953_RST "|" D_SENSOR_NRG_MBS_TX "|" D_SENSOR_NRG_MBS_RX "|" D_SENSOR_ADE7953_CS "|" -#ifdef ESP32 D_SENSOR_DALI_RX "|" D_SENSOR_DALI_TX "|" -#endif ; const char kSensorNamesFixed[] PROGMEM =