mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-01 15:07:42 +00:00
Make RF Bridge optional
This commit is contained in:
parent
67bbd15612
commit
e08a344ffa
@ -21,6 +21,8 @@
|
|||||||
Sonoff RF Bridge 433
|
Sonoff RF Bridge 433
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
|
#ifdef USE_RF_BRIDGE
|
||||||
|
|
||||||
#define XDRV_06 6
|
#define XDRV_06 6
|
||||||
|
|
||||||
const uint32_t SFB_TIME_AVOID_DUPLICATE = 2000; // Milliseconds
|
const uint32_t SFB_TIME_AVOID_DUPLICATE = 2000; // Milliseconds
|
||||||
@ -584,3 +586,5 @@ bool Xdrv06(uint8_t function)
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // USE_RF_BRIDGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user