diff --git a/sonoff/my_user_config.h b/sonoff/my_user_config.h index 83bbb7b65..92f2a6d86 100644 --- a/sonoff/my_user_config.h +++ b/sonoff/my_user_config.h @@ -416,6 +416,8 @@ // #define USE_THEO_V2 // Add support for decoding Theo V2 sensors as documented on https://sidweb.nl using 434MHz RF sensor receiver (+1k4 code) // #define USE_ALECTO_V2 // Add support for decoding Alecto V2 sensors like ACH2010, WS3000 and DKW2012 weather stations using 868MHz RF sensor receiver (+1k7 code) +#define USE_SM16716 // Add support for SM16716 RGB LED controller + /*********************************************************************************************\ * Debug features are only supported in development branch \*********************************************************************************************/ diff --git a/sonoff/sonoff_template.h b/sonoff/sonoff_template.h index 0ad920b27..115e999cf 100644 --- a/sonoff/sonoff_template.h +++ b/sonoff/sonoff_template.h @@ -1822,7 +1822,7 @@ const mytmplt kModules[MAXMODULE] PROGMEM = { 0, // GPIO10 // GPIO11 GPIO_PWM2, // GPIO12 Warm White - GPIO_USER, // GPIO13 N.C. (used as LED if you add it) + GPIO_SM16716_SEL, // GPIO13 GPIO_SM16716_DAT, // GPIO14 0, // GPIO15 wired to GND GPIO_USER, // GPIO16 N.C.