mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
cleanup tasmota_template.h
This commit is contained in:
parent
4e98cbb387
commit
06350618b7
@ -198,9 +198,7 @@ enum UserSelectablePins {
|
|||||||
GPIO_ADE7953_RST, // ADE7953 Reset
|
GPIO_ADE7953_RST, // ADE7953 Reset
|
||||||
GPIO_NRG_MBS_TX, GPIO_NRG_MBS_RX, // Generic Energy Modbus device
|
GPIO_NRG_MBS_TX, GPIO_NRG_MBS_RX, // Generic Energy Modbus device
|
||||||
GPIO_ADE7953_CS, // ADE7953 SPI Chip Select
|
GPIO_ADE7953_CS, // ADE7953 SPI Chip Select
|
||||||
#ifdef ESP32
|
|
||||||
GPIO_DALI_RX, GPIO_DALI_TX, // Dali
|
GPIO_DALI_RX, GPIO_DALI_TX, // Dali
|
||||||
#endif
|
|
||||||
GPIO_SENSOR_END };
|
GPIO_SENSOR_END };
|
||||||
|
|
||||||
// Error as warning to rethink GPIO usage with max 2045
|
// Error as warning to rethink GPIO usage with max 2045
|
||||||
@ -446,9 +444,7 @@ const char kSensorNames[] PROGMEM =
|
|||||||
D_SENSOR_ADE7953_RST "|"
|
D_SENSOR_ADE7953_RST "|"
|
||||||
D_SENSOR_NRG_MBS_TX "|" D_SENSOR_NRG_MBS_RX "|"
|
D_SENSOR_NRG_MBS_TX "|" D_SENSOR_NRG_MBS_RX "|"
|
||||||
D_SENSOR_ADE7953_CS "|"
|
D_SENSOR_ADE7953_CS "|"
|
||||||
#ifdef ESP32
|
|
||||||
D_SENSOR_DALI_RX "|" D_SENSOR_DALI_TX "|"
|
D_SENSOR_DALI_RX "|" D_SENSOR_DALI_TX "|"
|
||||||
#endif
|
|
||||||
;
|
;
|
||||||
|
|
||||||
const char kSensorNamesFixed[] PROGMEM =
|
const char kSensorNamesFixed[] PROGMEM =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user