Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/EVSE/EvseManager/Charger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void Charger::run_state_machine() {
// retry if the value is not yet available. Some BSPs may take some time to measure the PP.
if (shared_context.max_current_cable == 0) {
if (not internal_context.pp_warning_printed) {
EVLOG_warning << "PP ampacity is zero, still retrying to read PP ampacity...";
EVLOG_warning << "PP ampacity is zero, still waiting for BSP to report it...";
internal_context.pp_warning_printed = true;
}
break;
Expand Down
Loading