fix compile errors

This commit is contained in:
interfisch 2021-11-07 11:05:25 +01:00
parent ab7dc45d94
commit 0c31e99776
2 changed files with 1 additions and 4 deletions

View File

@ -29,8 +29,6 @@ private:
unsigned long lastread_sds018=0; //to save last read time for both readings unsigned long lastread_sds018=0; //to save last read time for both readings
void readSDS018();
void loop_pm25(); void loop_pm25();
void loop_pm10(); void loop_pm10();
void readSDS018(); void readSDS018();

View File

@ -837,8 +837,7 @@ void loopHandler() {
#endif #endif
#ifdef SENSOR_SDS018 #ifdef SENSOR_SDS018
loop_SDS018_pm25(); sensor_sds018.sensorloop();
loop_SDS018_pm10();
#endif #endif
#ifdef SENSOR_TCS34725 #ifdef SENSOR_TCS34725