mirror of https://github.com/arendst/Tasmota.git
Update support_features.ino
This commit is contained in:
parent
1c1f6ee910
commit
b25c673368
|
@ -468,7 +468,9 @@ void GetFeatures(void)
|
||||||
#ifdef USE_SONOFF_SC
|
#ifdef USE_SONOFF_SC
|
||||||
feature5 |= 0x00001000;
|
feature5 |= 0x00001000;
|
||||||
#endif
|
#endif
|
||||||
// feature5 |= 0x00002000;
|
#ifdef USE_RF_BRIDGE
|
||||||
|
feature5 |= 0x00002000;
|
||||||
|
#endif
|
||||||
// feature5 |= 0x00004000;
|
// feature5 |= 0x00004000;
|
||||||
// feature5 |= 0x00008000;
|
// feature5 |= 0x00008000;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue