mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Fixed indentation issue in addressable_light_effect.h
Co-Authored-By: Otto Winter <otto@otto-winter.com>
This commit is contained in:
parent
e8714fb69b
commit
37dfb95b33
@ -148,7 +148,7 @@ class AddressableScanEffect : public AddressableLightEffect {
|
|||||||
it.all() = ESPColor::BLACK;
|
it.all() = ESPColor::BLACK;
|
||||||
|
|
||||||
for (auto i = 0; i < this->scan_width_; i++) {
|
for (auto i = 0; i < this->scan_width_; i++) {
|
||||||
it[this->at_led_ + i] = current_color;
|
it[this->at_led_ + i] = current_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
const uint32_t now = millis();
|
const uint32_t now = millis();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user