Fix BMS web page
This commit is contained in:
parent
5e37f0d2ba
commit
87d2b7ef53
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ OvmsVehicleRenaultZoePh2::OvmsVehicleRenaultZoePh2() {
|
|||
BmsSetCellLimitsTemperature(-39, 200);
|
||||
BmsSetCellDefaultThresholdsVoltage(0.030, 0.050);
|
||||
BmsSetCellDefaultThresholdsTemperature(4.0, 5.0);
|
||||
|
||||
#ifdef CONFIG_OVMS_COMP_WEBSERVER
|
||||
WebInit();
|
||||
#endif
|
||||
}
|
||||
|
||||
OvmsVehicleRenaultZoePh2::~OvmsVehicleRenaultZoePh2() {
|
||||
|
|
Loading…
Reference in a new issue