Add SDS0X1 gpio pins to support.ino

This commit is contained in:
Johann Weging 2018-05-27 14:19:53 +02:00
parent 9c04666a17
commit 91b07f2943
1 changed files with 2 additions and 1 deletions

View File

@ -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; }