Update support_features.ino

This commit is contained in:
Jason2866 2019-10-15 11:40:21 +02:00 committed by GitHub
parent 1c1f6ee910
commit b25c673368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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;