mirror of https://github.com/arendst/Tasmota.git
Add SDS0X1 gpio pins to support.ino
This commit is contained in:
parent
9c04666a17
commit
91b07f2943
|
@ -527,7 +527,8 @@ boolean GetUsedInModule(byte val, uint8_t *arr)
|
|||
if (GPIO_PMS5003 == val) { return true; }
|
||||
#endif
|
||||
#ifndef USE_NOVA_SDS
|
||||
if (GPIO_SDS0X1 == val) { return true; }
|
||||
if (GPIO_SDS0X1_TX == val) { return true; }
|
||||
if (GPIO_SDS0X1_RX == val) { return true; }
|
||||
#endif
|
||||
#ifndef USE_SERIAL_BRIDGE
|
||||
if (GPIO_SBR_TX == val) { return true; }
|
||||
|
|
Loading…
Reference in New Issue