mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-09-18 11:28:04 +02:00
Minor fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user