Skip to content

Commit e97eb76

Browse files
committed
Whoops
1 parent e12f67a commit e97eb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/sen5x/sen5x.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ class SEN5XComponent : public PollingComponent, public sensirion_common::Sensiri
123123
bool write_tuning_parameters_(uint16_t i2c_command, const GasTuning &tuning);
124124
bool write_temperature_compensation_(const TemperatureCompensation &compensation);
125125
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);
126+
const char *model_to_str(Sen5xType model);
127+
Sen5xType str_to_model(const char *product_name);
128128
ERRORCODE error_code_;
129129
bool initialized_{false};
130130
bool running_{false};

0 commit comments

Comments
 (0)