Change pm25Compensated to compensated

This commit is contained in:
Phat Nguyen
2024-08-16 06:39:52 +07:00
parent 6cd587b008
commit f3a9c722b2
8 changed files with 20 additions and 20 deletions

View File

@ -28,7 +28,7 @@ public:
uint16_t getHum(void);
int pm25ToAQI(int pm02);
int pm25Compensated(int pm25, float humidity);
int compensated(int pm25, float humidity);
private:
Stream *stream;