mirror of https://github.com/arendst/Tasmota.git
ifdef removed from tasmota_template
This commit is contained in:
parent
5cafcfedf4
commit
814e144d21
|
@ -152,9 +152,7 @@ enum UserSelectablePins {
|
||||||
GPIO_TM1637CLK, GPIO_TM1637DIO, // TM1637 interface
|
GPIO_TM1637CLK, GPIO_TM1637DIO, // TM1637 interface
|
||||||
GPIO_PROJECTOR_CTRL_TX, GPIO_PROJECTOR_CTRL_RX, // LCD/DLP Projector Serial Control
|
GPIO_PROJECTOR_CTRL_TX, GPIO_PROJECTOR_CTRL_RX, // LCD/DLP Projector Serial Control
|
||||||
GPIO_SSD1351_DC,
|
GPIO_SSD1351_DC,
|
||||||
#ifdef USE_XPT2046
|
|
||||||
GPIO_XPT2046_CS, // XPT2046 SPI Chip Select
|
GPIO_XPT2046_CS, // XPT2046 SPI Chip Select
|
||||||
#endif
|
|
||||||
GPIO_SENSOR_END };
|
GPIO_SENSOR_END };
|
||||||
|
|
||||||
enum ProgramSelectablePins {
|
enum ProgramSelectablePins {
|
||||||
|
|
Loading…
Reference in New Issue