mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-14 07:49:01 +00:00
Removed debugging
This commit is contained in:
parent
895a9bc6b1
commit
bd0b3ebb26
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user