Add all inv/bat to Github workflow

This commit is contained in:
Daniel Öster 2024-11-14 21:24:49 +02:00
parent 8bba614053
commit 3b546d1466
3 changed files with 9 additions and 8 deletions

View file

@ -492,10 +492,10 @@ String processor(const String& var) {
content += datalayer.system.info.battery_protocol;
#ifdef DOUBLE_BATTERY
content += " (Double battery)";
#endif // DOUBLE_BATTERY
if (datalayer.battery.info.chemistry == battery_chemistry_enum::LFP) {
content += " (LFP)";
}
#endif // DOUBLE_BATTERY
content += "</h4>";
#if defined CHEVYVOLT_CHARGER || defined NISSANLEAF_CHARGER