We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12f67a commit e97eb76Copy full SHA for e97eb76
components/sen5x/sen5x.h
@@ -123,8 +123,8 @@ class SEN5XComponent : public PollingComponent, public sensirion_common::Sensiri
123
bool write_tuning_parameters_(uint16_t i2c_command, const GasTuning &tuning);
124
bool write_temperature_compensation_(const TemperatureCompensation &compensation);
125
bool update_co2_ambient_pressure_compensation_(uint16_t pressure_in_hpa);
126
- const char *SEN5XComponent::model_to_str(Sen5xType model);
127
- Sen5xType SEN5XComponent::str_to_model(const char *product_name);
+ const char *model_to_str(Sen5xType model);
+ Sen5xType str_to_model(const char *product_name);
128
ERRORCODE error_code_;
129
bool initialized_{false};
130
bool running_{false};
0 commit comments