fixed log_sensor

This commit is contained in:
Aodren Auffrédou-Heinicke 2024-05-09 00:43:54 -07:00
parent 1025425803
commit b5c17f30e6

View File

@ -68,7 +68,7 @@ void APDS9306::setup() {
}
void APDS9306::dump_config() {
LOG_SENSOR("", TAG, this);
LOG_SENSOR("", "apds9306", this);
LOG_I2C_DEVICE(this);
if (this->is_failed()) {