mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Remove unused attribution
This commit is contained in:
parent
42f50e642d
commit
1f3ff5bf09
1 changed files with 0 additions and 2 deletions
|
@ -58,8 +58,6 @@ void SlowPWMOutput::loop() {
|
||||||
this->current_period_ = (unsigned int) ((float) this->min_time_off_ / (1.0 - this->state_));
|
this->current_period_ = (unsigned int) ((float) this->min_time_off_ / (1.0 - this->state_));
|
||||||
ESP_LOGVV(TAG, "Current cycle extended to %d ms to prevent off time of just %.0f ms", this->current_period_,
|
ESP_LOGVV(TAG, "Current cycle extended to %d ms to prevent off time of just %.0f ms", this->current_period_,
|
||||||
required_time_off);
|
required_time_off);
|
||||||
|
|
||||||
scaled_state = (float) (this->current_period_ - this->min_time_off_);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->max_period_ && this->current_period_ > this->max_period_) {
|
if (this->max_period_ && this->current_period_ > this->max_period_) {
|
||||||
|
|
Loading…
Reference in a new issue