fix compile errors
This commit is contained in:
parent
ab7dc45d94
commit
0c31e99776
|
@ -29,8 +29,6 @@ private:
|
|||
|
||||
unsigned long lastread_sds018=0; //to save last read time for both readings
|
||||
|
||||
void readSDS018();
|
||||
|
||||
void loop_pm25();
|
||||
void loop_pm10();
|
||||
void readSDS018();
|
||||
|
|
|
@ -837,8 +837,7 @@ void loopHandler() {
|
|||
#endif
|
||||
|
||||
#ifdef SENSOR_SDS018
|
||||
loop_SDS018_pm25();
|
||||
loop_SDS018_pm10();
|
||||
sensor_sds018.sensorloop();
|
||||
#endif
|
||||
|
||||
#ifdef SENSOR_TCS34725
|
||||
|
|
Loading…
Reference in New Issue