mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-29 05:20:58 +00:00
Removed debugging
This commit is contained in:
@@ -22,7 +22,7 @@ void AmsData::apply(AmsData& other) {
|
||||
counterEstimated = true;
|
||||
}
|
||||
} else {
|
||||
Serial.printf("\nDeviation: %.4f\n", other.getActiveImportCounter() - activeImportCounter);
|
||||
//Serial.printf("\nDeviation: %.4f\n", other.getActiveImportCounter() - activeImportCounter);
|
||||
}
|
||||
|
||||
this->lastUpdateMillis = other.getLastUpdateMillis();
|
||||
|
||||
Reference in New Issue
Block a user