Update esphome/components/lps22/lps22.h

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Simonas Kazlauskas 2024-10-15 17:07:48 +03:00 committed by GitHub
parent 8d8ce0f505
commit 7385ef9066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,6 @@ class LPS22Component : public sensor::Sensor, public PollingComponent, public i2
sensor::Sensor *temperature_sensor_{nullptr};
sensor::Sensor *pressure_sensor_{nullptr};
private:
RetryResult try_read_();
};