mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
missing ;
This commit is contained in:
parent
33e956d438
commit
127e6ff248
@ -182,7 +182,7 @@ void ShutterRtc50mS(void)
|
|||||||
startWaveformClockCycles(Pin(GPIO_PWM1, i), cc/2, cc/2, 0, -1, 0, false);
|
startWaveformClockCycles(Pin(GPIO_PWM1, i), cc/2, cc/2, 0, -1, 0, false);
|
||||||
#endif // ESP8266
|
#endif // ESP8266
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
analogWriteFreq(Shutter[i].pwm_velocity)
|
analogWriteFreq(Shutter[i].pwm_velocity);
|
||||||
analogWrite(Pin(GPIO_PWM1, i), 50);
|
analogWrite(Pin(GPIO_PWM1, i), 50);
|
||||||
#endif // ESP32
|
#endif // ESP32
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user