Fix: Remove debug output as it floods the console
This commit is contained in:
parent
84248ec9b6
commit
3288b974c1
@ -57,7 +57,6 @@ void HoymilesClass::loop()
|
|||||||
if (iv != nullptr && iv->getRadio()->isInitialized() && iv->getRadio()->isQueueEmpty()) {
|
if (iv != nullptr && iv->getRadio()->isInitialized() && iv->getRadio()->isQueueEmpty()) {
|
||||||
|
|
||||||
if (iv->getZeroValuesIfUnreachable() && !iv->isReachable()) {
|
if (iv->getZeroValuesIfUnreachable() && !iv->isReachable()) {
|
||||||
Hoymiles.getMessageOutput()->println("Set runtime data to zero");
|
|
||||||
iv->Statistics()->zeroRuntimeData();
|
iv->Statistics()->zeroRuntimeData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user