Change approach of notifying of power problem to be more beginner friendly

This commit is contained in:
2025-02-13 21:34:27 +01:00
parent 4c13eb593e
commit 598ac75e32
6 changed files with 7 additions and 7 deletions

View File

@@ -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");
}
}
}