Skip to content

Commit

Permalink
Corrected Typo
Browse files Browse the repository at this point in the history
Corrected Typo mistaking ESP8266 for ESP32 and vice versa.
  • Loading branch information
ryancasler committed Jan 30, 2024
1 parent 2df1721 commit d488f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Blinds-and-Shutters.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Typical log output (log level `3`) when starting from `ShutterOpen1`. The first
```
-->
### using Stepper Motors
Stepper motors can be used to operate shutters and blinds. The configuration is very similar to the Circuit Safe (Shuttermode 1) configuration. To operate a stepper motor requires driver module such as the A4988 and uses EN (enable), DIR (direction), STP (Stepper) for controls. If everything is defined correctly Shuttermode 4 will be reported at boot time. ESP32 only supports one shutter with steppermotors. ESP8266 up to 4.
Stepper motors can be used to operate shutters and blinds. The configuration is very similar to the Circuit Safe (Shuttermode 1) configuration. To operate a stepper motor requires driver module such as the A4988 and uses EN (enable), DIR (direction), STP (Stepper) for controls. If everything is defined correctly Shuttermode 4 will be reported at boot time. ESP8266 only supports one shutter with steppermotors. ESP32 up to 4.

Tasmota supports a maximum of four shutters with one stepper motor per shutter simultaneously. In very rare conditions where two or more shutters simultaneously move the last mm it can happen than one shutter moves to far.

Expand Down

0 comments on commit d488f57

Please sign in to comment.