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

@ -41,6 +41,11 @@ String settings_processor(const String& var) {
content += "<h4 style='color: white;'>Inverter interface: RS485<span id='Inverter'></span></h4>";
#endif
#ifdef CAN_SHUNT_SELECTED
content += "<h4 style='color: white;'>Shunt Interface: <span id='BMW S-BOX'>" +
String(getCANInterfaceName(can_config.shunt)) + "</span></h4>";
#endif //CAN_SHUNT_SELECTED
// Close the block
content += "</div>";