small updates to treppe

This commit is contained in:
Simon Schmidt 2021-07-05 21:32:37 +02:00
parent 03d0cfedd1
commit 7177472ea6

View File

@ -283,6 +283,7 @@ void Treppe::set_idle_pwm(uint16_t new_idle_pwm)
Serial.printf("Treppe: idle_pwm=%d\n", idle_pwm); Serial.printf("Treppe: idle_pwm=%d\n", idle_pwm);
berechne_dimmer(); berechne_dimmer();
activate_idle_pwm(true); activate_idle_pwm(true);
activate_idle_pwm(false); // well :)
} }
void Treppe::activate_idle_pwm(bool active) void Treppe::activate_idle_pwm(bool active)