BMW S-BOX Shunt/Contactor support

This commit is contained in:
rha 2024-12-11 20:49:59 +02:00
parent a467575a57
commit da8c7198c2
9 changed files with 230 additions and 1 deletions

View file

@ -552,6 +552,12 @@ String processor(const String& var) {
}
content += "</h4>";
#ifdef CAN_SHUNT_SELECTED
content += "<h4 style='color: white;'>Shunt protocol: ";
content += datalayer.system.info.shunt_protocol;
content += "</h4>";
#endif
#if defined CHEVYVOLT_CHARGER || defined NISSANLEAF_CHARGER
content += "<h4 style='color: white;'>Charger protocol: ";
#ifdef CHEVYVOLT_CHARGER