mirror of
https://github.com/esphome/esphome.git
synced 2024-11-16 10:45:48 +01:00
Update esphome/components/apds9306/apds9306.cpp
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
a31930b21e
commit
e068161adf
@ -144,7 +144,7 @@ void APDS9306::update() {
|
||||
break;
|
||||
}
|
||||
|
||||
switch (bit_width_) {
|
||||
switch (this->bit_width_) {
|
||||
case 0:
|
||||
bit_width_val_ = 20;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user