Cleanup old code

This commit is contained in:
Ollo 2020-09-20 19:49:29 +02:00
parent 158db3f31b
commit 4f7cc70bbd

View File

@ -627,13 +627,8 @@ void loop() {
/* now ADC2 can be used */
readSensors();
}
#ifndef HC_SR04
Serial << "Water Low: " << String(mWaterLow) << endl;
Serial << "Water Empty: " << String(mWaterAtEmptyLevel) << endl;
Serial << "Water Overflow: " << String(mOverflow) << endl;
#else
Serial << "Water gone: " << String(mWaterGone) << " cm" << endl;
#endif
for(int i=0; i < MAX_PLANTS; i++) {
mPlants[i].calculateSensorValue(AMOUNT_SENOR_QUERYS);