From 4dc4f3832391ee35e312d64e00f3d0605a6298f6 Mon Sep 17 00:00:00 2001 From: Colin Kuebler Date: Mon, 4 Feb 2019 01:08:29 -0500 Subject: [PATCH] Added USE_SM16716 to the feature list --- sonoff/support_features.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sonoff/support_features.ino b/sonoff/support_features.ino index 6c1abf97a..1dc19e172 100644 --- a/sonoff/support_features.ino +++ b/sonoff/support_features.ino @@ -177,8 +177,10 @@ void GetFeatures(void) #ifdef USE_ARMTRONIX_DIMMERS feature_drv2 |= 0x00020000; // xdrv_18_armtronixdimmer.ino #endif +#ifdef USE_SM16716 + feature_drv2 |= 0x00040000; // xdrv_04_light.ino +#endif -// feature_drv2 |= 0x00040000; // feature_drv2 |= 0x00080000; // feature_drv2 |= 0x00100000; // feature_drv2 |= 0x00200000;