mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Shorten delay between lift and tilt movement.
This commit is contained in:
parent
22819be9be
commit
7425a46d1a
2 changed files with 2 additions and 2 deletions
|
|
@ -576,7 +576,7 @@ void SomfyShade::checkMovement() {
|
|||
if(this->settingPos) {
|
||||
SomfyRemote::sendCommand(somfy_commands::My);
|
||||
if(!isAtTarget()) {
|
||||
delay(300);
|
||||
delay(100);
|
||||
// We now need to move the tilt to the position we requested.
|
||||
this->moveToTiltTarget(this->tiltTarget);
|
||||
}
|
||||
|
|
@ -619,7 +619,7 @@ void SomfyShade::checkMovement() {
|
|||
if(this->settingPos) {
|
||||
SomfyRemote::sendCommand(somfy_commands::My);
|
||||
if(!isAtTarget()) {
|
||||
delay(300);
|
||||
delay(100);
|
||||
// We now need to move the tilt to the position we requested.
|
||||
this->moveToTiltTarget(this->tiltTarget);
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue