mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Removed changes from webserver and fix MAX_CAN_FAILURES
This commit is contained in:
parent
ed1d17cc9b
commit
15c1291f90
3 changed files with 0 additions and 14 deletions
|
@ -529,12 +529,6 @@ String processor(const String& var) {
|
|||
} else { // > 0
|
||||
content += "<h4>Battery charging!</h4>";
|
||||
}
|
||||
#ifdef BMW_I3_BATTERY
|
||||
content += "<h4>Battery Capacity cAh: " + String(battery_capacity_cah / 100.0, 2) + " Ah</h4>";
|
||||
content += "<h4>Battery SOC: " + String(battery_soc / 10.0, 1) + "%%</h4>";
|
||||
content += "<h4>Battery SOC hvMax: " + String(battery_soc_hvmax / 10.0, 1) + "%%</h4>";
|
||||
content += "<h4>Battery SOC hvMin: " + String(battery_soc_hvmin / 10.0, 1) + "%%</h4>";
|
||||
#endif
|
||||
|
||||
content += "<h4>Automatic contactor closing allowed:</h4>";
|
||||
content += "<h4>Battery: ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue