mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
Fix answer typo also in declaration
This commit is contained in:
parent
99b25a1911
commit
177a48de2c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class MCP3428Component : public Component, public i2c::I2CDevice {
|
|||
void abandon_current_measurement() { single_measurement_active_ = false; }
|
||||
|
||||
protected:
|
||||
float convert_anwser_to_voltage_(uint8_t const *anwser);
|
||||
float convert_answer_to_voltage_(uint8_t const *anwser);
|
||||
|
||||
uint8_t prev_config_{0};
|
||||
uint32_t last_config_write_ms_{0};
|
||||
|
|
Loading…
Reference in a new issue