Update xdrv_27_shutter.ino

Missed a change
This commit is contained in:
stefanbode 2021-11-14 22:25:03 +01:00 committed by GitHub
parent 48685c2d42
commit 6da931e4e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ void ShutterPowerOff(uint8_t i)
#else
snprintf_P(scmnd, sizeof(scmnd), PSTR(D_CMND_PWM "%d %d" ), i+1,Shutter[i].pwm_value);
#endif
//ExecuteCommand(scmnd, SRC_BUTTON);
ExecuteCommand(scmnd, SRC_BUTTON);
break;
}
if (Shutter[i].direction !=0) {