works nearly

This commit is contained in:
hg
2016-01-26 22:55:49 +01:00
parent f4df422832
commit 90c568ec8d
3 changed files with 32 additions and 34 deletions

View File

@ -100,8 +100,6 @@ void hmiInit() {
}
void hmiExec() {
engineSetPwmValue(512);
if (intensitySwitch.get()) {
intensity += intensityStep;
if (intensity > maxIntensity) {