1
0
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:
Major Péter 2019-06-04 11:28:55 +02:00 committed by GitHub
parent e8714fb69b
commit 37dfb95b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();