mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-09-18 11:28:04 +02:00
Change approach of notifying of power problem to be more beginner friendly
This commit is contained in:
@@ -38,7 +38,7 @@ void Power::begin() {
|
||||
PowerParameters::PowerConsumers::ESP,
|
||||
PowerParameters::CurrentConsumptions::CURRENT_ESP_AVG))) {
|
||||
ESP_LOGE(TAG, "Could not get power for ESP");
|
||||
throw "Could not get power for ESP";
|
||||
Serial.println("Could not get power for ESP");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user