diff --git a/Somfy.cpp b/Somfy.cpp index b9757f2..a1fb054 100644 --- a/Somfy.cpp +++ b/Somfy.cpp @@ -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); } diff --git a/SomfyController.ino.esp32.bin b/SomfyController.ino.esp32.bin index b2fceca..5a55340 100644 Binary files a/SomfyController.ino.esp32.bin and b/SomfyController.ino.esp32.bin differ