Self-compile

Michael Ingraham 2019-10-05 07:30:54 -04:00
parent d31f4bb5eb
commit 03ddf56f8f
1 changed files with 7 additions and 0 deletions

@ -1,5 +1,12 @@
This driver adds support to wirelessly control blinds and roller shades connected to regular ON/OFF motors or stepper motors.
To use this feature, you must compile your own firmware binary. Use any of the [available compilation methods](https://github.com/arendst/Sonoff-Tasmota/wiki/Flashing#flashing-and-compiling-from-source) you prefer. Add the following compiler directives to `user_config_override.h`:
```
#ifndef USE_SHUTTER
#define USE_SHUTTER // (+6k code)
#endif
```
The device must have at least two relays (e.g., a [Sonoff Dual R2](#sonoff-dual-r2-required-configuration)). Otherwise the shutter feature will not work.
## Shutter Modes