Merge pull request #7013 from pablozg/development

Hide CSE7766 GPIO's if not defined
This commit is contained in:
Theo Arends 2019-11-24 08:16:37 +01:00 committed by GitHub
commit a4057140e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -628,8 +628,10 @@ const uint8_t kGpioNiceList[] PROGMEM = {
#if defined(USE_I2C) && defined(USE_ADE7953)
GPIO_ADE7953_IRQ, // ADE7953 IRQ
#endif
#ifdef USE_CSE7766
GPIO_CSE7766_TX, // CSE7766 Serial interface (S31 and Pow R2)
GPIO_CSE7766_RX, // CSE7766 Serial interface (S31 and Pow R2)
#endif
#ifdef USE_MCP39F501
GPIO_MCP39F5_TX, // MCP39F501 Serial interface (Shelly2)
GPIO_MCP39F5_RX, // MCP39F501 Serial interface (Shelly2)