rename compensated to compensate

This commit is contained in:
Phat Nguyen
2024-08-26 11:56:01 +07:00
parent 63f653d5cd
commit 7a988ea6c1
8 changed files with 19 additions and 19 deletions

View File

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