CAN-FD testing

This commit is contained in:
Daniel Öster 2024-08-07 22:13:00 +03:00
parent 7bba6237c2
commit e92f35e50b
4 changed files with 5 additions and 8 deletions

View file

@ -25,9 +25,6 @@ String settings_processor(const String& var) {
#ifdef DOUBLE_BATTERY
content += "<h4 style='color: white;'>Battery #2 interface: <span id='Battery'>" +
String(getCANInterfaceName(can_config.battery_double)) + "</span></h4>";
#else
content += "<h4 style='color: gray;'>Battery #2 interface: <span id='Battery'>" +
String(getCANInterfaceName(can_config.battery_double)) + "</span></h4>";
#endif // DOUBLE_BATTERY
#ifdef CAN_INVERTER_SELECTED