Make RF Bridge optional

This commit is contained in:
Jason2866 2019-10-15 11:25:00 +02:00 committed by GitHub
parent 67bbd15612
commit e08a344ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@
Sonoff RF Bridge 433
\*********************************************************************************************/
#ifdef USE_RF_BRIDGE
#define XDRV_06 6
const uint32_t SFB_TIME_AVOID_DUPLICATE = 2000; // Milliseconds
@ -584,3 +586,5 @@ bool Xdrv06(uint8_t function)
}
return result;
}
#endif // USE_RF_BRIDGE