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
|
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();
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue