From b25c6733687cf85f6e71b630586fc81469dc660e Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Tue, 15 Oct 2019 11:40:21 +0200 Subject: [PATCH] Update support_features.ino --- 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 3e92d7a93..99ad95f21 100644 --- a/sonoff/support_features.ino +++ b/sonoff/support_features.ino @@ -468,7 +468,9 @@ void GetFeatures(void) #ifdef USE_SONOFF_SC feature5 |= 0x00001000; #endif -// feature5 |= 0x00002000; +#ifdef USE_RF_BRIDGE + feature5 |= 0x00002000; +#endif // feature5 |= 0x00004000; // feature5 |= 0x00008000;