mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
prefix member variable with this->
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
8d8bd42588
commit
10c133bbd3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ void MCP3428Component::setup() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this->prev_config_ = config;
|
this->prev_config_ = config;
|
||||||
single_measurement_active_ = false;
|
this->single_measurement_active_ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MCP3428Component::dump_config() {
|
void MCP3428Component::dump_config() {
|
||||||
|
|
Loading…
Reference in a new issue