cleaner battery debug messages

This commit is contained in:
Kevin Hester
2020-10-18 09:32:12 +08:00
parent a7c54e4ad7
commit 485c476f17
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class PowerStatus : public Status
isCharging = newStatus->isCharging;
}
if (isDirty) {
DEBUG_MSG("Battery %dmV %d%%\n", batteryVoltageMv, batteryChargePercent);
// DEBUG_MSG("Battery %dmV %d%%\n", batteryVoltageMv, batteryChargePercent);
onNewStatus.notifyObservers(this);
}
return 0;