mirror of https://github.com/arendst/Tasmota.git
parent
48685c2d42
commit
6da931e4e6
|
@ -509,7 +509,7 @@ void ShutterPowerOff(uint8_t i)
|
||||||
#else
|
#else
|
||||||
snprintf_P(scmnd, sizeof(scmnd), PSTR(D_CMND_PWM "%d %d" ), i+1,Shutter[i].pwm_value);
|
snprintf_P(scmnd, sizeof(scmnd), PSTR(D_CMND_PWM "%d %d" ), i+1,Shutter[i].pwm_value);
|
||||||
#endif
|
#endif
|
||||||
//ExecuteCommand(scmnd, SRC_BUTTON);
|
ExecuteCommand(scmnd, SRC_BUTTON);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (Shutter[i].direction !=0) {
|
if (Shutter[i].direction !=0) {
|
||||||
|
|
Loading…
Reference in New Issue