1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00
This commit is contained in:
Nikolay Vasilchuk 2019-07-31 18:38:47 +03:00
parent 21d1eff6fc
commit 625cdbc5e3

View File

@ -30,7 +30,7 @@ class MHZ19Component : public PollingComponent, public uart::UARTDevice {
sensor::Sensor *temperature_sensor_{nullptr};
sensor::Sensor *co2_sensor_{nullptr};
MHZ19ABCLogic abc_logic_{MHZ19_ABC_NONE}
MHZ19ABCLogic abc_logic_{MHZ19_ABC_NONE};
};
} // namespace mhz19