prefix member variable with this->

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Michael Doppler 2024-07-07 13:24:04 +02:00 committed by GitHub
parent 8d8bd42588
commit 10c133bbd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ void MCP3428Component::setup() {
return;
}
this->prev_config_ = config;
single_measurement_active_ = false;
this->single_measurement_active_ = false;
}
void MCP3428Component::dump_config() {