revert changes according to arendst: "It's legacy and will not work with any addition."

This commit is contained in:
Marcus 2021-10-23 21:04:39 +02:00
parent 2a5214bd08
commit 5834ca6e07
1 changed files with 1 additions and 5 deletions

View File

@ -242,8 +242,6 @@ enum LegacyUserSelectablePins {
GPI8_IEM3000_RX, // IEM3000 Serial interface
GPI8_ZIGBEE_RST, // Zigbee reset
GPI8_DYP_RX,
GPI8_SDM230_TX, // SDM230 Serial interface
GPI8_SDM230_RX, // SDM230 Serial interface
GPI8_SENSOR_END };
// Programmer selectable GPIO functionality
@ -473,9 +471,7 @@ 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)
};
/********************************************************************************************/