mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Enable readability-qualified-auto check (#3095)
This commit is contained in:
@@ -65,7 +65,7 @@ void BL0940::update() {
|
||||
}
|
||||
|
||||
void BL0940::setup() {
|
||||
for (auto i : BL0940_INIT) {
|
||||
for (auto *i : BL0940_INIT) {
|
||||
this->write_array(i, 6);
|
||||
delay(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user