Minor fixes

This commit is contained in:
2025-02-13 22:57:23 +01:00
parent c7e1af334f
commit 35c11f42e2
3 changed files with 4 additions and 5 deletions

View File

@@ -139,12 +139,12 @@ bool PowerScheduler::waitForCurrentAllowance(
break;
}
}
ESP_LOGI(TAG,
ESP_LOGW(TAG,
"Task %p timed out waiting for %f mA of power;"
"currently allocated: %f mA;"
"total available (2C): %f mA",
xTaskGetCurrentTaskHandle(), neededCurrent, getCurrentCurrent(),
maximumCurrent);
this->maximumCurrent);
return false;
} else {
// Should be impossible to reach