mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
BMW S-BOX Shunt/Contactor support
This commit is contained in:
parent
a467575a57
commit
da8c7198c2
9 changed files with 230 additions and 1 deletions
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue