Merge branch 'main' into feature/tesla-balancing

This commit is contained in:
Daniel Öster 2025-01-02 14:43:39 +02:00
commit 54db0a2216
28 changed files with 432 additions and 109 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='Shunt'>" +
String(getCANInterfaceName(can_config.shunt)) + "</span></h4>";
#endif //CAN_SHUNT_SELECTED
// Close the block
content += "</div>";