mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge from main and fix conflicts
This commit is contained in:
commit
d8534b8fa0
71 changed files with 2202 additions and 1067 deletions
|
@ -377,6 +377,11 @@ class EcmpHtmlRenderer : public BatteryHtmlRenderer {
|
|||
? "N/A"
|
||||
: String(datalayer_extended.stellantisECMP.pid_contactor_closing_counter)) +
|
||||
" cycles</h4>";
|
||||
content += "<h4>State of Health Cell-1: " +
|
||||
(datalayer_extended.stellantisECMP.pid_SOH_cell_1 == 255
|
||||
? "N/A"
|
||||
: String(datalayer_extended.stellantisECMP.pid_SOH_cell_1)) +
|
||||
"</h4>";
|
||||
|
||||
return content;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue