mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
CAN-FD testing
This commit is contained in:
parent
7bba6237c2
commit
e92f35e50b
4 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue